Files
TaskPool/.gitignore
T
2025-12-22 11:10:46 +08:00

41 lines
439 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
web/dist/*
!web/dist/.gitkeep
# 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