Initial commit: TaskPool React panel
- React frontend with route-level code splitting - Backend rebranded from Baihu to TaskPool - DB brand migration script and local compatibility
This commit is contained in:
+78
@@ -0,0 +1,78 @@
|
||||
# Binaries
|
||||
taskpool
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Go
|
||||
# go.sum should be committed for reproducible builds
|
||||
|
||||
# Data & Logs
|
||||
data/
|
||||
agent/logs/
|
||||
!data/agent/
|
||||
data/agent/*
|
||||
!data/agent/version.txt
|
||||
envs/
|
||||
.kiro/
|
||||
# logs/
|
||||
# scripts/
|
||||
configs/config.ini
|
||||
agent/config.ini
|
||||
agent/agent.pid
|
||||
agent/taskpool-agent
|
||||
web/dist/
|
||||
web/dev-dist/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# Embedded static files (built during CI/Docker)
|
||||
internal/static/dist/
|
||||
|
||||
# Config (sensitive)
|
||||
configs/config.local.json
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
|
||||
# Misc
|
||||
.stfolder
|
||||
|
||||
bin/
|
||||
|
||||
*.log
|
||||
|
||||
# VitePress
|
||||
docs/.vitepress/dist/
|
||||
docs/.vitepress/cache/
|
||||
docs/node_modules/
|
||||
docs/public/swagger.json
|
||||
docs/public/swagger.yaml
|
||||
|
||||
# OpenAPI
|
||||
openapi_docs/
|
||||
|
||||
# Builtin SDK (Force Include)
|
||||
!builtin/
|
||||
!builtin/**
|
||||
builtin/**/__pycache__/
|
||||
builtin/**/*.pyc
|
||||
|
||||
.agents/
|
||||
|
||||
|
||||
# Local secrets / runtime
|
||||
cookies.txt
|
||||
debug.log
|
||||
backend-dev.log
|
||||
.ref-baihu/
|
||||
scripts/e2e-check.mjs.bak
|
||||
Reference in New Issue
Block a user