-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (43 loc) · 890 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (43 loc) · 890 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
.planning
.cursor
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example
# Local scratch / backup
*.backup
best.md
# Harness runtime artifacts (templates + manifest.json stay tracked)
.harness/last-verify.json
.harness/PEV.md
.harness/progress.md
# Internal dev docs — not published (public README + contributor guides only)
docs/planning/
docs/ROADMAP-*.md
docs/PRD-act1-pre-enrollment.md
# E2E / browser automation artifacts
test-results/
playwright-report/
.playwright-mcp/
# Regenerable full walkthrough captures (yarn test:e2e:walkthrough / test:e2e:natural40)
e2e/artifacts/walkthrough/
docs/playwright-walkthrough-report.md
# Code intelligence — local indexes (see .cursor/rules/code-intelligence.mdc)
.understand-anything/
.codegraph/