Add LFS rules and gitignore
This commit is contained in:
+43
-3
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user