We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b253b0 commit d41a71cCopy full SHA for d41a71c
2 files changed
.gitignore
@@ -1,16 +1,10 @@
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.lock
8
/.idea
9
10
-# testing
11
-/coverage
12
13
# next.js
+next-env.d.ts
14
/.next/
15
/out/
16
@@ -31,9 +25,3 @@ yarn-error.log*
31
25
.env.development.local
32
26
.env.test.local
33
27
.env.production.local
34
35
-# vercel
36
-.vercel
37
38
-/public/books*
39
-/db/*sqlite*
next-env.d.ts
0 commit comments