-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (34 loc) · 740 Bytes
/
.gitignore
File metadata and controls
37 lines (34 loc) · 740 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
# The best pattern to follow is ignoring editor files in a global .gitignore configuration file.
# However, in order to prevent issues, editor files are ignored here.
.idea
.vscode
.cursor
.claude/settings.local.json
__diff_output__
.DS_STORE
*.log
/.eslintcache
/.nyc_output
/coverage
/docs/.next
/docs/pages/playground/*
!/docs/pages/playground/tsconfig.json
/docs/.env.local
/docs/export
/docs/public/x/
/test/regressions/screenshots
/test/performance-charts/traces
build
dist
node_modules
size-snapshot.json
performance-snapshot.json
# vale downloaded config
.github/styles/
test-results
# Claude Code / Codex - ignore local/personal files, commit shared ones
CLAUDE.local.md
AGENTS.local.md
# typescript
*.tsbuildinfo
next-env.d.ts