创建新工程

This commit is contained in:
moyin
2025-12-05 19:00:14 +08:00
commit ff4fa5fffd
227 changed files with 32804 additions and 0 deletions

57
.gitignore vendored Normal file
View File

@@ -0,0 +1,57 @@
# Godot 4+ specific ignores
.godot/
*.translation
# Godot-specific ignores
*.import
export.cfg
export_presets.cfg
# Imported translations (automatically generated from CSV files)
*.translation
# Mono-specific ignores
.mono/
data_*/
mono_crash.*.json
# System/tool-specific ignores
.DS_Store
*~
*.swp
*.swo
Thumbs.db
# Build results
builds/
*.exe
*.pck
*.dmg
*.app
# Node.js (for server)
node_modules/
npm-debug.log
yarn-error.log
yarn-debug.log
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Server data
server/data/*.json
!server/data/.gitkeep
# IDE
.vscode/
.idea/
*.code-workspace
# Logs
*.log
logs/