chore: 添加项目根目录下的 .gitignore 文件
- 新增 .gitignore 文件,排除以下文件和目录: - log 目录 - nohup.out 文件 - runtime 目录 - Gateway/memory.txt 文件 - LogicServer/perfermance.txt 文件 - LogicServer/scripterror.txt 文件
This commit is contained in:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**/log/
|
||||
/**/nohup.out
|
||||
/**/runtime/
|
||||
Gateway/memory.txt
|
||||
LogicServer/perfermance.txt
|
||||
LogicServer/scripterror.txt
|
||||
Reference in New Issue
Block a user