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