Skip to content

Commit 33d63bd

Browse files
sync .gitignore with main repo
1 parent fce9aa5 commit 33d63bd

File tree

2 files changed

+16
-39
lines changed

2 files changed

+16
-39
lines changed

.gitignore

+16-35
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,17 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
3-
# dependencies
4-
/node_modules
5-
/.pnp
6-
.pnp.js
7-
8-
# testing
9-
/coverage
10-
11-
# next.js
12-
/.next/
13-
/out/
14-
15-
# production
16-
/build
17-
18-
# misc
19-
.DS_Store
20-
*.pem
21-
22-
# debug
23-
npm-debug.log*
24-
yarn-debug.log*
25-
yarn-error.log*
26-
.pnpm-debug.log*
27-
28-
# local env files
29-
.env*.local
30-
31-
# vercel
32-
.vercel
33-
34-
# typescript
1+
# It is best to ignoring editor and system files in a local .gitignore configuration file.
2+
# However, in order to prevent issues, they are ignored here.
3+
.DS_STORE
4+
.idea
5+
# IntelliJ IDEA module file
6+
*.iml
7+
.vscode/*
8+
!.vscode/launch.json
9+
*.log
3510
*.tsbuildinfo
36-
next-env.d.ts
11+
/.eslintcache
12+
/.nyc_output
13+
/tmp
14+
.next
15+
build
16+
node_modules
17+
package-lock.json

.vscode/settings.json

-4
This file was deleted.

0 commit comments

Comments
 (0)