22 lines
199 B
Plaintext
22 lines
199 B
Plaintext
# Secrets / lokale Overrides
|
|
.env
|
|
*.env
|
|
.env.*
|
|
!*.env.example
|
|
|
|
# SSH / Keys / Zertifikate
|
|
*.key
|
|
*.pem
|
|
*.pfx
|
|
*.crt
|
|
|
|
# Backups / Dumps / Logs
|
|
backups/
|
|
*.sql
|
|
*.dump
|
|
*.log
|
|
|
|
# OS / Editor
|
|
.DS_Store
|
|
*.swp
|