-
Should I ignore or check in |
Beta Was this translation helpful? Give feedback.
Answered by
maoosi
Jul 20, 2021
Replies: 1 comment
-
You can safely ignore it, as the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maoosi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can safely ignore it, as the
prisma/generated
directory will automatically be re-generated each time you runnpx prisma generate
and before each deploy (when using the cdk boilerplate).