Ignore env files used locally

This commit is contained in:
Skylar Grant 2022-06-10 21:37:59 -04:00
parent 41a88efcee
commit 7d48f8a29f
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,4 @@
node_modules node_modules
npm-debug.log npm-debug.log
env.dev
env.prod

3
.gitignore vendored
View File

@ -2,7 +2,8 @@
.vscode .vscode
package-lock.json package-lock.json
.VSCodeCounter/ .VSCodeCounter/
env.dev
env.prod
# Custom folders # Custom folders
# gifs/* # gifs/*