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