chore: add analytics files to .gitignore, remove stale .ts stub

This commit is contained in:
James Feng 2026-06-04 01:15:29 +08:00
parent 64ca325020
commit 88e6837c4f
2 changed files with 6 additions and 2 deletions

6
.gitignore vendored
View File

@ -29,3 +29,9 @@ __pycache__/
logs
data
dist-nosplit/
dist-split-test/
# Local analytics data (never upload)
*.jsonl
.claude/

View File

@ -1,2 +0,0 @@
// STUB: Original removed to fix Bun ARM splitting deadlock.
export function WorkflowPermissionRequest(): null { return null }