-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
92 lines (77 loc) · 2.01 KB
/
Copy path.gitignore
File metadata and controls
92 lines (77 loc) · 2.01 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Dependencies
node_modules/
.pnpm-store/
# Build output
dist/
dor/src/generated-version.ts
dor/src/generated-skill.ts
lib/dist/
lib/dist-pocket/
*.tsbuildinfo
# Vite cache
lib/.vite/
.react-router/
# VSCode extension
vscode-ext/dist/
# The webview bundle's Vite output. Emptied on every build, so guide media
# lives in vscode-ext/images/ instead (docs/specs/website-docs.md).
vscode-ext/media/
vscode-ext/dor-cli/
vscode-ext/node_modules/
vscode-ext/*.vsix
# Release signing work directory (created by scripts/sign-and-deploy.sh)
release-signed/
# Tauri / Standalone
standalone/src-tauri/target/
standalone/src-tauri/binaries/
standalone/src-tauri/gen/
standalone/dist/
standalone/sidecar/dor-cli/
standalone/sidecar/iframe-proxy.cjs
standalone/sidecar/agent-browser-host.cjs
standalone/sidecar/burrow.cjs
# Kept beside it: a checkout that built before the Burrow rename still holds
# the old bundle, and `bundle.resources` would ship it.
standalone/sidecar/remote-host.cjs
standalone/sidecar/node_modules/
standalone/node_modules/
# Website
website/dist/
website/node_modules/
website/src/data/changelog.json
website/src/data/docs.*.json
website/public/guide/
# OS
.DS_Store
# Editor
.vscode/*
!.vscode/launch.json
!.vscode/tasks.json
# Environment
.env.local
# Storybook / Chromatic
storybook-static/
build-storybook.log
chromatic.log
chromatic-build-*.xml
chromatic-diagnostics.json
# symlinked skill files
.agents/skills/
.codex
# Claude Code: per-user state and skill symlinks are local-only.
# .claude/settings.json and explicitly-whitelisted commands are shared.
.claude/settings.local.json
.claude/worktrees/
.claude/commands/*
!.claude/commands/release-notes.md
# Local security-audit fragments (scripts/security-audit-local.sh)
audit-*.md
audit-status.txt
# lint self-test backups, if a signal interrupts one mid-run
*.selftest.bak
*.e2e-selftest.bak
*.loopback-selftest.bak
*.spec-selftest.bak
# Impeccable per-developer state and generated critiques (design.json is shared).
.impeccable/config.local.json
.impeccable/critique/