Skip to content

Commit b695666

Browse files
authored
chore: cleanup and update .gitignore (#105)
1 parent 581c5d6 commit b695666

File tree

1 file changed

+4
-38
lines changed

1 file changed

+4
-38
lines changed

.gitignore

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,59 +2,25 @@
22

33
# dependencies
44
/node_modules
5-
/.pnp
6-
.pnp.js
7-
.yarn/install-state.gz
8-
9-
# testing
10-
/coverage
11-
12-
# next.js
13-
14-
/out/
155

166
# production
177
/build
188
.vite
199

2010
# misc
2111
.DS_Store
12+
.vscode
13+
*.code-workspace
2214
*.pem
2315

2416
# debug
2517
npm-debug.log*
26-
yarn-debug.log*
27-
yarn-error.log*
2818

2919
# 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
5320
.env.local
5421
.env.development.local
5522
.env.test.local
5623
.env.production.local
5724

58-
npm-debug.log*
59-
yarn-debug.log*
60-
yarn-error.log*
25+
# typescript
26+
*.tsbuildinfo

0 commit comments

Comments
 (0)