-
Notifications
You must be signed in to change notification settings - Fork 544
Expand file tree
/
Copy path.gitignore
More file actions
112 lines (82 loc) · 1.86 KB
/
Copy path.gitignore
File metadata and controls
112 lines (82 loc) · 1.86 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Combined blobs used from Vitest sharding
.vitest-reports
# Vitest browser-mode artifacts (auto-captured screenshots / attachments)
**/__browser-tests__/**/__screenshots__/
.vitest-attachments
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules
jspm_packages
# Lockfiles — monorepo uses root pnpm-lock.yaml only
**/pnpm-lock.yaml
!pnpm-lock.yaml
**/package-lock.json
**/yarn.lock
**/bun.lockb
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# macOS finder cache file
.DS_Store
# Intellij
.idea
*.iml
# VS Code settings
/.vscode
!/.vscode/extensions.json
# Claude Code local settings
.claude/settings.local.json
# Environment files
# ignore all .env files
*.local
.env
.env.*
# TypeScript
tsconfig.tsbuildinfo
# Sanity temp folders
.sanity
#IntelliJ
.idea
*.iml
.eslintcache
# Output of `etl` actions
etc
# @sanity/tsdoc runtime
.tsdoc
# Automated testing files
/artifacts
# Developer scratch
**/scratch
# Examples build folders
examples/**/.build/
# Temporary files made when running canary releases
.turbo
.yalc
yalc.lock
## Documentation Report
scripts/docs-report.md
# Temporary data collected by Million Lint, it's still being ignored even though these files are no longer generated, to prevent poor souls from accidentally committing them to the repo
**/.million/store.json
dev/test-studio/.react-compiler-bailout-report.json
# Temporary files generated by vitest during typechecking
**/tsconfig.vitest-temp.json