chore: .gitignore 加 *~ 排除编辑器临时文件

aiChatService.exe~ 这种 82MB 的二进制不应该进 git。
This commit is contained in:
Lenticular Studio Agent 2026-07-02 12:32:34 +08:00
parent 65ce6bba12
commit 16099dc70f

4
.gitignore vendored
View File

@ -50,4 +50,6 @@ backend/services/statisticService/**/logs/
backend/services/statisticService/**/logs/*.log
# superpowers
.superpowers
.superpowers
# 编辑器临时文件(vim/IDE 备份)
*~