build(prisma): untrack generated client and add to gitignore
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,9 +1,6 @@
|
||||
# dependencies (bun install)
|
||||
node_modules
|
||||
|
||||
# generated
|
||||
generated
|
||||
|
||||
# output
|
||||
out
|
||||
dist
|
||||
@@ -35,3 +32,10 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
||||
|
||||
# Finder (MacOS) folder config
|
||||
.DS_Store
|
||||
|
||||
# Prisma generated client
|
||||
generated/
|
||||
|
||||
# nextpush
|
||||
nextpush
|
||||
nextpush/
|
||||
|
||||
Reference in New Issue
Block a user