20 lines
249 B
Plaintext
20 lines
249 B
Plaintext
# --- Ignition repo ignore ---
|
|
# Ignore system files and temps
|
|
*.idb
|
|
*.lck
|
|
*.DB
|
|
logs/
|
|
temp/
|
|
db/
|
|
cache/
|
|
|
|
# Allow backups and design resources
|
|
!*.gwbk
|
|
!projects/
|
|
!themes/
|
|
|
|
# Ignore local VS Code and Docker files not needed in AWS
|
|
.vscode/
|
|
.DS_Store/
|
|
|