Files
tyc-server-v2/.gitignore
2026-05-16 18:32:01 +08:00

33 lines
284 B
Plaintext

# idea
.idea
.idea/
*.iml
.DS_Store
**/.DS_Store
# 忽略 IDE/调试生成的临时二进制文件
__debug_bin*
*.exe
*.exe~
*.dll
*.so
*.dylib
#deploy data
data/*
!data/.gitkeep
# gitlab ci
.cache
#vscode
.vscode
.vscode/
/tmp/
/app/api
**/__debug_bin*.exe
**/api.exe
**/*.exe