-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (56 loc) · 935 Bytes
/
Copy path.gitignore
File metadata and controls
68 lines (56 loc) · 935 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.vinxi
.cache
dist
# Next.js
.next
# Node dependencies
node_modules
# Logs
logs
!examples/eve/app/api/demo/logs/
!examples/eve/app/api/demo/logs/**
*.log
# Misc
.DS_Store
.fleet
.idea
.pnpm-store*
# Benchmarks
bench/results.json
# evlog map reports
evlog.map.json
# Test artefacts (coverage report, Stryker mutation report, Stryker scratch)
coverage/
reports/
.stryker-tmp/
# Turbo
.turbo
# Local env files
.env
.env.*
!.env.example
.swc*
.workflow-data*
apps/web/.data
apps/chat/.data
.codex/environments/
.claude/
.eve/
# Local-only working notes (intentions, follow-ups, brain dumps)
.notes/
# Local bug repro scripts (not versioned)
examples/repro/
examples/eve/.eve
packages/evlog/test/nitro-v3/fixture/.wrangler
apps/nuxthub-playground/.data
.next/
apps/telemetry/.data
# CLI sandbox — disposable apps generated by scripts/cli-sandbox.mjs
.sandbox/
.vercel
.env*