44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
# ─── 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*
|