项目清理:删除临时文件和示例目录,增强项目规范

- 删除 .vscode/ 编辑器配置
- 删除 other/ 示例和工具目录
- 增强 .gitignore,防止IDE配置和临时文件被提交
- 添加 CONTRIBUTING.md 贡献指南
- 添加 clean_project.sh 项目清理脚本
- 清理所有 .DS_Store 系统文件
This commit is contained in:
您的名字
2025-11-18 10:22:25 +08:00
parent 98da628aee
commit 156cecc848
3 changed files with 130 additions and 2 deletions
+13 -2
View File
@@ -49,10 +49,21 @@ cleanup_project.sh
# System files
.DS_Store
Thumbs.db
*.swp
*~
# Editor directories and files
.vscode/
.vs/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Duplicate release directories
XMBOX-Release/
# Tools and utilities (not part of the project)
other/tools/bfg.jar
other/tools/cleaner.bat
other/
tools/