Add LFS rules and gitignore

This commit is contained in:
Johan Sandoval
2026-07-12 01:08:41 -05:00
parent a2331c3b94
commit e65c48c1e3
2 changed files with 84 additions and 4 deletions
+43 -3
View File
@@ -1,3 +1,43 @@
# Godot 4+ specific ignores
.godot/
/android/
# ─── Godot ─────────────────────────────────────────────────────────
# Import cache. Regenerates on open. NEVER commit.
game/.godot/
# Orphaned temp files from interrupted imports
*.import-*
# Android build template
game/android/
# ─── Build output ──────────────────────────────────────────────────
/export/
/build/
*.pck
*.exe
*.x86_64
*.dmg
*.apk
*.aab
# ─── DCC backups (should live in Nextcloud, not here) ──────────────
*.blend[0-9]
*.blend[0-9][0-9]
*.kra~
*.krz
*.psb
*.tmp
# ─── Editors ───────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
# ─── OS ────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
desktop.ini
# ─── Nextcloud sync artifacts ──────────────────────────────────────
.sync_*.db
*.~lock*