This commit is contained in:
giancarlo
2024-03-24 02:23:22 +08:00
parent 648d77b430
commit bce3479368
589 changed files with 37067 additions and 9596 deletions

16
.gitignore vendored
View File

@@ -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/