Files
TaskPool/.gitignore
T
2025-12-23 18:18:23 +08:00

42 lines
445 B
Plaintext

# Binaries
baihu
*.exe
*.dll
*.so
*.dylib
# Go
# go.sum should be committed for reproducible builds
# Data & Logs
data/
envs/
# 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