Files
tactical-shooter/.gitignore
T
shawn 2582cb1b0d Phase 7: Windows export preset fix + code fixes
- Fix: export_presets.cfg — platform='Windows Desktop' (not 'Windows'), Windows as [preset.0]
- Fix: plugin_manager.gd — removed class_name (autoload conflict), fixed multiline % formatting
- Disable GDExtension temporarily for clean export
- Add build/ to .gitignore (binary artifacts)
- Build artifacts: tactical-shooter.exe (109MB Windows PE32+), windows.zip, server binary (78MB)
2026-07-01 19:47:12 -04:00

32 lines
286 B
Plaintext

# Godot
.godot/
import/
*.import
*.translation
*.tres~
*.tscn~
*.godot
# Editor
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build
client/build/
server/build/
*.zip
*.exe
*.pck
# Secrets (operator must create per deployment)
server/data/rcon_password.cfg
build/
build/