chore: defensive .env exclusions in .gitignore
This commit is contained in:
parent
86ff45ef57
commit
0a1ff64f25
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
.DS_Store
|
||||
*.log
|
||||
node_modules/
|
||||
.env
|
||||
.env.local
|
||||
.env.*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user