Skip to content

Commit

Permalink
Merge pull request #34 from Scale3-Labs/dylan/s3en-2066-get-local-dev…
Browse files Browse the repository at this point in the history
…-fixed

updating gitignore
  • Loading branch information
dylanzuber-scale3 authored Apr 3, 2024
2 parents b973f2b + b07bf93 commit 4b1684a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Dockerfile
docker-compose.yml
docker-compose.yaml
.env
.env.local
node_modules/
.next/
.dockerignore
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env*.local
.env.local

# vercel
.vercel
Expand All @@ -40,5 +40,3 @@ next-env.d.ts
cli/config*.ini
cli/build/*
cli/dist/*

.env
24 changes: 24 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"crypto": "^1.0.1",
"d3-dsv": "^2.0.0",
"date-fns": "^3.3.1",
"env-cmd": "^10.1.0",
"f": "^1.4.0",
"framer-motion": "^11.0.5",
"fs": "^0.0.1-security",
Expand Down Expand Up @@ -107,4 +108,4 @@
"browser": {
"crypto": false
}
}
}

0 comments on commit 4b1684a

Please sign in to comment.