Skip to content
This repository was archived by the owner on Oct 15, 2021. It is now read-only.

Commit 0d8362a

Browse files
authored
update next version (#11)
1 parent 500270c commit 0d8362a

File tree

3 files changed

+11354
-6
lines changed

3 files changed

+11354
-6
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# misc
77
.DS_Store
88
.env.local
9+
.env
910
.env.development.local
1011
.env.test.local
1112
.env.production.local
@@ -17,7 +18,8 @@ yarn-error.log*
1718
# Next.js
1819
/.next
1920

20-
# testing
21-
/coverage
21+
# Prisma
22+
/prisma/*.db
2223

23-
package-lock.json
24+
# testing
25+
/coverage

0 commit comments

Comments
 (0)