Files
TaskPool/.gitignore
T
2025-12-21 10:23:25 +08:00

38 lines
408 B
Plaintext

# Binaries
baihu
*.exe
*.dll
*.so
*.dylib
# Go
# go.sum should be committed for reproducible builds
# Data & Logs
data/
# logs/
# scripts/
configs/config.ini
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Node
node_modules/
web/dist/
# Embedded static files (built during CI/Docker)
internal/static/dist/
!internal/static/dist/.gitkeep
# Config (sensitive)
configs/config.local.json
# Misc
*.log
*.tmp