Template Struktur angelegt
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user