mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Ignore generated folder used by Prisma.
This commit is contained in:
parent
97381f300a
commit
75d4614a9d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,6 +12,7 @@ node_modules
|
||||||
/.next/
|
/.next/
|
||||||
/out/
|
/out/
|
||||||
/prisma/
|
/prisma/
|
||||||
|
/src/generated/
|
||||||
|
|
||||||
# production
|
# production
|
||||||
/build
|
/build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue