Initial commit: project plan, directory structure, docs
This commit is contained in:
+22
-13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user