feat: hai board — core, dashboard, cli, engine
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
*.tsbuildinfo
|
||||
|
||||
# hai runtime (local board state — don't commit)
|
||||
.hai/
|
||||
|
||||
# Taskplane runtime artifacts
|
||||
.pi/batch-state.json
|
||||
.pi/batch-history.json
|
||||
.pi/lane-state-*
|
||||
.pi/merge-result-*
|
||||
.pi/merge-request-*
|
||||
.pi/worker-conversation-*
|
||||
.pi/orch-logs/
|
||||
.pi/orch-abort-signal
|
||||
.pi/settings.json
|
||||
.worktrees/
|
||||
|
||||
# Pi project-local packages
|
||||
.pi/npm/
|
||||
Reference in New Issue
Block a user