This commit is contained in:
Mrx
2026-05-16 18:32:01 +08:00
parent c229ea2d5a
commit 6e77c88f9d

10
.gitignore vendored
View File

@@ -5,6 +5,13 @@
.DS_Store
**/.DS_Store
# 忽略 IDE/调试生成的临时二进制文件
__debug_bin*
*.exe
*.exe~
*.dll
*.so
*.dylib
#deploy data
data/*
@@ -21,4 +28,5 @@ data/*
/app/api
**/__debug_bin*.exe
**/api.exe
**/api.exe
**/*.exe