Files
chuanqi-server-instance/.gitignore
root 6afb6883ba chore: 添加项目根目录下的 .gitignore 文件
- 新增 .gitignore 文件,排除以下文件和目录:
  - log 目录
  - nohup.out 文件
  - runtime 目录
  - Gateway/memory.txt 文件
  - LogicServer/perfermance.txt 文件
  - LogicServer/scripterror.txt 文件
2024-12-16 21:05:32 +08:00

7 lines
111 B
Plaintext

/**/log/
/**/nohup.out
/**/runtime/
Gateway/memory.txt
LogicServer/perfermance.txt
LogicServer/scripterror.txt