-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (28 loc) · 752 Bytes
/
Copy path.gitignore
File metadata and controls
33 lines (28 loc) · 752 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
# macOS
.DS_Store
# ADC temporary files
claude_tmp/
adc_files/refinement/
# Phase-5 evaluator output (insights report + route screenshots) — local artifact.
adc_files/evaluation/
# ADC configuration / backups
.adcconfig.json
*.adc-backup
contracts/*.tmp
contracts/*.bak
# Node / build
node_modules/
dist/
.astro/
.cache/
.env
.env.local
# Test runners (Playwright artifacts; Vitest writes nothing to disk)
test-results/
playwright-report/
# Astro auto-generates this single-line type-reference shim on every build.
# JavaScript-first project — we don't author TypeScript, but Astro emits the
# shim regardless. It's tooling-internal and regenerated each build.
src/env.d.ts
# Wrangler (dnd-sync worker) local state
workers/dnd-sync/.wrangler/