topfans/backend/.gitignore
2026-04-07 22:29:48 +08:00

27 lines
220 B
Plaintext

# Backend 构建产物
services/*/*Service
gateway/gateway
bin/
# 二进制文件
**/main
# 临时文件
tmp/
temp/
*.log
# 环境配置
.env
.env.local
.env.*.local
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store