Initial commit

This commit is contained in:
2026-02-17 10:34:30 -06:00
commit 9ef0665b30

19
.gitignore vendored Normal file
View 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/