chore: add analytics files to .gitignore, remove stale .ts stub
This commit is contained in:
parent
64ca325020
commit
88e6837c4f
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -29,3 +29,9 @@ __pycache__/
|
||||||
logs
|
logs
|
||||||
|
|
||||||
data
|
data
|
||||||
|
dist-nosplit/
|
||||||
|
dist-split-test/
|
||||||
|
|
||||||
|
# Local analytics data (never upload)
|
||||||
|
*.jsonl
|
||||||
|
.claude/
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
// STUB: Original removed to fix Bun ARM splitting deadlock.
|
|
||||||
export function WorkflowPermissionRequest(): null { return null }
|
|
||||||
Loading…
Reference in New Issue
Block a user