chore(security): ignore env files, backups and macOS artifacts
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -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
|
||||
._*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user