refactor: moving from nextjs to vite+react
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -3,18 +3,6 @@
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# Testing
|
||||
/coverage
|
||||
|
||||
# Database
|
||||
/prisma/db.sqlite
|
||||
/prisma/db.sqlite-journal
|
||||
|
||||
# Next.js
|
||||
/.next/
|
||||
/out/
|
||||
next-env.d.ts
|
||||
|
||||
# Production
|
||||
/build
|
||||
|
||||
@@ -32,9 +20,6 @@ yarn-error.log*
|
||||
.env
|
||||
.env*.local
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
# Typescript
|
||||
*.tsbuildinfo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user