Skip to content

Commit d41a71c

Browse files
committed
Remove next-env.d.ts and update gitignore
1 parent 3b253b0 commit d41a71c

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

.gitignore

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
31
# dependencies
42
/node_modules
5-
/.pnp
6-
.pnp.js
73
yarn.lock
84
/.idea
95

10-
# testing
11-
/coverage
12-
136
# next.js
7+
next-env.d.ts
148
/.next/
159
/out/
1610

@@ -31,9 +25,3 @@ yarn-error.log*
3125
.env.development.local
3226
.env.test.local
3327
.env.production.local
34-
35-
# vercel
36-
.vercel
37-
38-
/public/books*
39-
/db/*sqlite*

next-env.d.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)