- 在 .gitignore 文件中添加 .vscode 目录,避免 Visual Studio Code 的配置文件被提交到仓库 - 在 Scenes.config 文件中注释掉一个场景配置,可能为了暂时禁用该场景或进行测试
- 在 .gitignore 中添加 core.* 文件,避免核心转储文件被提交到仓库
- 新增 .gitignore 文件,排除以下文件和目录: - log 目录 - nohup.out 文件 - runtime 目录 - Gateway/memory.txt 文件 - LogicServer/perfermance.txt 文件 - LogicServer/scripterror.txt 文件