Update .gitignore to exclude .env files
This commit is contained in:
parent
f67578e830
commit
959b7eea03
|
@ -24,6 +24,10 @@
|
|||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# local env files
|
||||
.env
|
||||
.env*.local
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
|
Loading…
Reference in New Issue