chore: .gitignore에 bun.lockb, pnpm-lock.yaml, pnpm-workspace.yaml 추가 및 prisma/schema.prisma에서 주석 정리

This commit is contained in:
nalpari 2025-04-04 11:01:38 +09:00
parent 7dbb76edcc
commit b1ba246516
2 changed files with 7 additions and 4 deletions

4
.gitignore vendored
View File

@ -42,3 +42,7 @@ next-env.d.ts
.idea/
.vscode/
bun.lockb
pnpm-lock.yaml
pnpm-workspace.yaml

View File

@ -1,6 +1,5 @@
generator client {
provider = "prisma-client-js"
// output = "./generated/prisma/client"
}
datasource db {