Files
ai_wht_wechat/go_backend/.gitignore
2025-12-19 22:36:48 +08:00

40 lines
373 B
Plaintext

# .gitignore for Go Backend
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
ai_xhs
ai_xhs.exe
# Test binary
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Logs
*.log
# OS
.DS_Store
Thumbs.db
# Config (如果包含敏感信息,取消注释下面这行)
# config/*.yaml