f
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -5,6 +5,13 @@
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
# 忽略 IDE/调试生成的临时二进制文件
|
||||
__debug_bin*
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
#deploy data
|
||||
|
||||
data/*
|
||||
@@ -22,3 +29,4 @@ data/*
|
||||
/app/api
|
||||
**/__debug_bin*.exe
|
||||
**/api.exe
|
||||
**/*.exe
|
||||
|
||||
Reference in New Issue
Block a user