chore: 忽略 LogicServer/data/runtime 目录
- 在 .gitignore 文件中添加 LogicServer/data/runtime/ 目录 - 避免将运行时生成的数据存储到版本库中
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ LogicServer/scripterror.txt
|
||||
core.*
|
||||
.vscode/
|
||||
.idea/
|
||||
LogicServer/data/runtime/
|
||||
|
||||
Reference in New Issue
Block a user