-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (42 loc) · 713 Bytes
/
.gitignore
File metadata and controls
54 lines (42 loc) · 713 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
# Commonly ignored Node.js files
node_modules
.env.*
# npm Compatibility
# https://github.com/nodejs/nodejs.org/discussions/5334#discussioncomment-12827850
npm-debug.log
.npm
package-lock.json
# Next.js Build Output
apps/site/.next
apps/site/build
apps/site/public/blog-data.json
# Test Runner
junit.xml
lcov.info
# Distributed Files
dist
# Storybook
storybook-static
build-storybook.log
.nyc_output
# Vercel Files
.vercel
.turbo
cache
# Cache Files
.eslintmdcache
.stylelintcache
.prettiercache
# TypeScript
tsconfig.tsbuildinfo
dist/
# Cloudflare Build Output
apps/site/.open-next
apps/site/.wrangler
## Playwright
test-results
playwright-report
## MacOS Ignored Files
.DS_Store
## Other Files
.env