2582cb1b0d
- 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)
32 lines
286 B
Plaintext
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/
|