chore(security): ignore env files, backups and macOS artifacts

This commit is contained in:
2026-02-01 13:31:10 +01:00
parent a1d9638e28
commit 0d79d1aa78

13
.gitignore vendored
View File

@@ -1,7 +1,20 @@
# --- secrets / env ---
.env
.env.*
!.env.example
# --- local backups ---
*.bak
*.bak.*
Dockerfile.bak.*
*.swp
*~
node_modules/
dist/
.astro/
/_release_out/
# --- macOS ---
.DS_Store
._*