Skip to content

Commit 869da10

Browse files
committed
removed all
1 parent e94c7a6 commit 869da10

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.gitignore

+10-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/node_modules
55
/.pnp
66
.pnp.js
7+
.yarn/install-state.gz
78

89
# testing
910
/coverage
@@ -17,14 +18,19 @@
1718

1819
# misc
1920
.DS_Store
21+
*.pem
2022

2123
# debug
2224
npm-debug.log*
2325
yarn-debug.log*
2426
yarn-error.log*
2527

2628
# local env files
27-
.env.local
28-
.env.development.local
29-
.env.test.local
30-
.env.production.local
29+
.env*.local
30+
31+
# vercel
32+
.vercel
33+
34+
# typescript
35+
*.tsbuildinfo
36+
next-env.d.ts

CNAME

-1
This file was deleted.

0 commit comments

Comments
 (0)