Skip to content

Commit 7469521

Browse files
committed
Update root .gitignore
1 parent ed3a47d commit 7469521

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.gitignore

+28-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
node_modules
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+
.yarn/install-state.gz
8+
9+
# misc
10+
.DS_Store
11+
*.pem
12+
13+
# debug
14+
npm-debug.log*
15+
yarn-debug.log*
16+
yarn-error.log*
17+
18+
# env files
19+
.env*
20+
!.env.template
21+
!.env.*.template
22+
23+
# vercel
24+
.vercel
25+
26+
# typescript
27+
*.tsbuildinfo
28+
next-env.d.ts

0 commit comments

Comments
 (0)