Cleanup
This commit is contained in:
16
.gitignore
vendored
16
.gitignore
vendored
@@ -8,20 +8,11 @@ node_modules
|
||||
# testing
|
||||
coverage
|
||||
|
||||
# database
|
||||
**/prisma/db.sqlite
|
||||
**/prisma/db.sqlite-journal
|
||||
|
||||
# next.js
|
||||
.next/
|
||||
out/
|
||||
next-env.d.ts
|
||||
|
||||
# expo
|
||||
.expo/
|
||||
dist/
|
||||
expo-env.d.ts
|
||||
|
||||
# production
|
||||
build
|
||||
|
||||
@@ -47,3 +38,10 @@ yarn-error.log*
|
||||
|
||||
# turbo
|
||||
.turbo
|
||||
|
||||
# ide
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# contentlayer
|
||||
.contentlayer/
|
||||
Reference in New Issue
Block a user