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