Initial commit: project plan, directory structure, docs

This commit is contained in:
2026-06-30 21:00:48 -04:00
parent 4f2b3a66b4
commit eb4554f1e7
3 changed files with 35 additions and 15 deletions
+22 -13
View File
@@ -1,17 +1,26 @@
# ---> Godot
# Godot 4+ specific ignores
# Godot
.godot/
# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
import/
*.import
*.translation
*.tres~
*.tscn~
*.godot
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# Editor
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build
client/build/
server/build/
*.zip
*.exe
*.pck