Initial commit: Python dotfiles system
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Temporäre Dateien
|
||||
*.tmp
|
||||
*.log
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# System-Dateien
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Backup-Dateien
|
||||
*.backup.*
|
||||
|
||||
# Lokale Konfiguration (optional)
|
||||
local.yaml
|
||||
|
||||
# Persönliche Transcrypt-Schlüssel (sollten nicht ins Repo)
|
||||
.transcrypt_key
|
||||
Reference in New Issue
Block a user