- 在 .gitignore 文件中添加 .vscode 目录,避免 Visual Studio Code 的配置文件被提交到仓库 - 在 Scenes.config 文件中注释掉一个场景配置,可能为了暂时禁用该场景或进行测试
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
/**/log/
|
|
/**/nohup.out
|
|
/**/runtime/
|
|
Gateway/memory.txt
|
|
LogicServer/perfermance.txt
|
|
LogicServer/scripterror.txt
|
|
core.*
|
|
.vscode/
|