chore: add .env to .gitignore for environment protection
This commit is contained in:
parent
438f6fea0a
commit
d913dd1930
6
.gitignore
vendored
6
.gitignore
vendored
@ -3,3 +3,9 @@ node_modules
|
|||||||
.env*.bak
|
.env*.bak
|
||||||
data/
|
data/
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Ignore all .env files
|
||||||
|
.env.local
|
||||||
|
.env.production
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user