-
-
Notifications
You must be signed in to change notification settings - Fork 294
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (39 loc) · 545 Bytes
/
.gitignore
File metadata and controls
50 lines (39 loc) · 545 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
# dependencies and caches
node_modules
/.pnp
.pnp.js
.jest-cache
.sass-cache
node_modules
.turbo
# testing
coverage/
# next.js
/.next/
/out/
/public/docs
# production
/build
# generated files
/packages/*/dist
/packages/*/types
/packages/material-icons/*Icon.js
/packages/material-icons/*Icon.d.ts
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.algolia
# other
*.tsbuildinfo
**/*.tsbuildinfo
# vercel
.vercel