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