-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (32 loc) · 791 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (32 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
node_modules/
dist/
coverage/
.postgres/
*.env
.npmrc
local.db*
test-store.db*
test-autoclose.db*
test-rsd-*.db*
tck-store.db*
.DS_Store
*.tsbuildinfo
# Tangled doc snippets — regenerated by docs/scripts/check-snippets.mjs.
docs/.snippets/
# Perf bench output is per-run; baseline is checked in.
libs/act/perf-result.json
libs/act/realistic-result.json
libs/act-pg/perf-result.json
libs/act-sqlite/perf-result.json
# act-sqlite perf bench scratch DB (+ WAL/SHM sidecars).
libs/act-sqlite/scripts/perf-bench.db*
package-lock.json
# StrykerJS mutation testing — per-run reports + sandbox temp dirs.
reports/
.stryker-tmp/
stryker.log
# Claude Code: machine-specific overrides + transient state.
.claude/settings.local.json
.claude/.cache/
.claude/scheduled_tasks.lock
.claude/worktrees/