forked from PolarisPyra/daphnis
updated gitignore to ignore generated prisma schemas
This commit is contained in:
parent
7fed1a8f00
commit
2f46ce34ff
9
.gitignore
vendored
9
.gitignore
vendored
@ -36,6 +36,7 @@ yarn-error.log*
|
||||
next-env.d.ts
|
||||
.env
|
||||
|
||||
#assets
|
||||
/public/avatarAccessories
|
||||
/public/chunithm_partners
|
||||
/public/chusan_partners
|
||||
@ -44,6 +45,8 @@ next-env.d.ts
|
||||
/public/namePlates
|
||||
/public/systemVoiceThumbnails
|
||||
|
||||
|
||||
|
||||
|
||||
#prisma
|
||||
prisma/schemas/artemis/generated
|
||||
prisma/schemas/daphnis/generated
|
||||
prisma/schemas/artemis/migrations
|
||||
prisma/schemas/daphnis/migrations
|
||||
|
Loading…
Reference in New Issue
Block a user