forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (63 loc) · 944 Bytes
/
.gitignore
File metadata and controls
77 lines (63 loc) · 944 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
69
70
71
72
73
74
75
76
77
# build output
dist
!.github/actions/*/dist
.next
target
packages/next/wasm/@next
tarballs/
packages/**/*.tgz
.errors/
# rust compiler crashes
rustc-ice-*.txt
# dependencies
node_modules
package-lock.json
yarn.lock
!/yarn.lock
test/node_modules
.pnpm-store/
.github/**/node_modules
# logs & pids
*.log
pids
*.cpuprofile
*.heapsnapshot
# coverage
.nyc_output
coverage
# test output
test/**/out/*
test/**/next-env.d.ts
test/**/.next*
.DS_Store
/e2e-tests
test/tmp/**
test/.trace
test/traces
# Editors
**/.idea
**/.#*
.nvmrc
# examples
examples/**/out/*
examples/**/.env*.local
pr-stats.md
test-timings.json
# Vercel
.vercel
.now
# Cache
*.tsbuildinfo
.swc/
.turbo
# Storybook
*storybook.log
# Claude Code (local settings and session files)
.claude/settings.local.json
.claude/plans/
.claude/todos.json
CLAUDE.local.md
# Conductor (worktrees created by Conductor app, but keep scripts/)
.conductor/*/
!.conductor/scripts/
index.scip