chore: .gitignore 加 *~ 排除编辑器临时文件
aiChatService.exe~ 这种 82MB 的二进制不应该进 git。
This commit is contained in:
parent
65ce6bba12
commit
16099dc70f
4
.gitignore
vendored
4
.gitignore
vendored
@ -50,4 +50,6 @@ backend/services/statisticService/**/logs/
|
||||
backend/services/statisticService/**/logs/*.log
|
||||
|
||||
# superpowers
|
||||
.superpowers
|
||||
.superpowers
|
||||
# 编辑器临时文件(vim/IDE 备份)
|
||||
*~
|
||||
|
||||
Loading…
Reference in New Issue
Block a user