-
Notifications
You must be signed in to change notification settings - Fork 271
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (29 loc) · 883 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (29 loc) · 883 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
/target
docs/public/assets/
docs/demos/out/
# Claude Code per-developer local settings (never share these)
.claude/settings.local.json
# Lychee link checker cache
.lycheecache
test-concurrent.sh
# Insta snapshot test artifacts
*.snap.new
*.snap.pending
# Pending *inline* snapshots, named `<source-file>.pending-snap`
*.pending-snap
logo-variant-*.png
test-results/
# Nix build outputs
/result
/result-*
.fonts
# clawpatch state lives in .config/clawpatch/ (run with --state-dir
# .config/clawpatch or CLAWPATCH_STATE_DIR=.config/clawpatch). Track only the
# hand-authored threat models and tuned config; findings, the auto-mapped
# feature, project.json, and per-run state are derived/transient and not.
/.clawpatch/
/.config/clawpatch/*
!/.config/clawpatch/config.json
!/.config/clawpatch/features
/.config/clawpatch/features/*
!/.config/clawpatch/features/feat_custom_*.json