Initial template: LFS-Konfiguration und Projektstruktur
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# =============================================================================
|
||||
# .gitignore für Projekt-Repositories
|
||||
# =============================================================================
|
||||
|
||||
# OS-Dateien
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
*.swp
|
||||
*~
|
||||
|
||||
# Temporäre Dateien
|
||||
*.tmp
|
||||
*.temp
|
||||
*.bak
|
||||
*.backup
|
||||
~$*
|
||||
|
||||
# Log-Dateien
|
||||
*.log
|
||||
|
||||
# Cache-Verzeichnisse
|
||||
.cache/
|
||||
__pycache__/
|
||||
node_modules/
|
||||
|
||||
# IDE/Editor
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-*
|
||||
|
||||
# AutoSave/Recovery
|
||||
*.autosave
|
||||
*_recover.*
|
||||
Reference in New Issue
Block a user