project setup

This commit is contained in:
Pihkaal
2024-01-11 17:19:37 +01:00
commit 01ed9437fa
22 changed files with 4392 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# Dependencies
/node_modules
/.pnp
.pnp.js
# Testing
/coverage
# Database
/prisma/db.sqlite
/prisma/db.sqlite-journal
# Next.js
/.next/
/out/
next-env.d.ts
# Production
/build
# Misc
.DS_Store
*.pem
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Local env files
.env
.env*.local
# Vercel
.vercel
# Typescript
*.tsbuildinfo