File tree Expand file tree Collapse file tree 1 file changed +4
-38
lines changed Expand file tree Collapse file tree 1 file changed +4
-38
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# dependencies
4
4
/node_modules
5
- /.pnp
6
- .pnp.js
7
- .yarn /install-state.gz
8
-
9
- # testing
10
- /coverage
11
-
12
- # next.js
13
-
14
- /out /
15
5
16
6
# production
17
7
/build
18
8
.vite
19
9
20
10
# misc
21
11
.DS_Store
12
+ .vscode
13
+ * .code-workspace
22
14
* .pem
23
15
24
16
# debug
25
17
npm-debug.log *
26
- yarn-debug.log *
27
- yarn-error.log *
28
18
29
19
# local env files
30
- .env * .local
31
-
32
- # vercel
33
- .vercel
34
-
35
- # typescript
36
- * .tsbuildinfo
37
- next-env.d.ts
38
- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
39
-
40
- # dependencies
41
- /node_modules
42
- /.pnp
43
- .pnp.js
44
-
45
- # testing
46
- /coverage
47
-
48
- # production
49
- /build
50
-
51
- # misc
52
- .DS_Store
53
20
.env.local
54
21
.env.development.local
55
22
.env.test.local
56
23
.env.production.local
57
24
58
- npm-debug.log *
59
- yarn-debug.log *
60
- yarn-error.log *
25
+ # typescript
26
+ * .tsbuildinfo
You can’t perform that action at this time.
0 commit comments