chore: update .gitignore to ignore all .env files and allow templates

This commit is contained in:
2026-05-20 23:27:26 +02:00
parent 9c7d983df4
commit 148fe7e51b
2 changed files with 3 additions and 3 deletions

6
.gitignore vendored
View File

@@ -6,9 +6,9 @@ dist/
tsconfig.tsbuildinfo tsconfig.tsbuildinfo
# Environment # Environment
.env *.env
.env.local *.env.*
.env.*.local !*.env.template
# IDE # IDE
.idea/ .idea/