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