40 lines
457 B
Plaintext
40 lines
457 B
Plaintext
# --- Geheimnisse & Lokale Konfiguration ---
|
|
.env
|
|
.env.local
|
|
config/local.yaml
|
|
|
|
# Betriebssysteme
|
|
.DS_Store
|
|
Thumbs.db
|
|
AppleDouble
|
|
.LSOverride
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might be created in the root of a FAT file system
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Editoren / IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# Logs und temporäre Dateien
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# --- Build-Ausgaben, Executables & Cache ---
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dmg
|
|
*.iso
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
|