调整readme
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -5,7 +5,7 @@
|
||||
# Godot-specific ignores
|
||||
*.import
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
export_presets.cfg.bak
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
@@ -21,15 +21,29 @@ mono_crash.*.json
|
||||
*.swp
|
||||
*.swo
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Build results
|
||||
builds/
|
||||
*.exe
|
||||
*.pck
|
||||
|
||||
*.wasm
|
||||
*.dmg
|
||||
*.app
|
||||
|
||||
# Web export
|
||||
web_release/
|
||||
web_release.zip
|
||||
|
||||
# Godot executables (too large)
|
||||
Godot*.exe
|
||||
Godot*.zip
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*~.gd
|
||||
|
||||
# Node.js (for server)
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
@@ -55,3 +69,8 @@ server/data/*.json
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Server data
|
||||
server/data/*.json
|
||||
!server/data/.gitkeep
|
||||
server/data/backups/
|
||||
Reference in New Issue
Block a user