-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
72 lines (64 loc) · 836 Bytes
/
.gitignore
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
# Next.js
/.next/
/out/
*.tsbuildinfo
next-env.d.ts
# Dependencies
/node_modules
/.pnp
.pnp.js
.npm
.yarn-integrity
package-lock.json
# Testing
/coverage
/jest-coverage
__tests__/__snapshots__/
# Production
/build
/dist
# Environment Variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Debug & Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
*.log
# OS Generated Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.AppleDouble
.LSOverride
Icon
.DocumentRevisions-V100
.fseventsd
.TemporaryItems
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# IDE & Editor Files
.idea/
.vscode/
*.swp
*.swo
*.swn
*.bak
*.sublime-workspace
*.sublime-project
# Misc
*.pem
.vercel
.next/.DS_Store
app/.DS_Store
components/.DS_Store
lib/.DS_Store
out/.DS_Store