chore: 更新 .gitignore 文件

- 在 .gitignore 中添加 core.* 文件,避免核心转储文件被提交到仓库
This commit is contained in:
aixianling
2024-12-23 16:26:04 +08:00
parent 70f95537fe
commit d8184c41e6

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@
Gateway/memory.txt
LogicServer/perfermance.txt
LogicServer/scripterror.txt
core.*