chore: gitignore .env and IDE workspace dirs

This commit is contained in:
2026-05-20 22:23:46 +02:00
parent 548aa12e78
commit 39f20b305f
+6
View File
@@ -11,7 +11,13 @@ orig/
*.swo
*~
.DS_Store
.vscode/
.idea/
# Logs / caches that might leak in
*.log
.zola/
# Secrets
.env
.env.*