What is the best practices?
# prisma-whats-new
a
What is the best practices?
p
what is your reasoning for ignoring
generated
?
h
for typescript it will generate a file to help with autocomplete, which you probably don't want to ignore
👍 1
m
I think you shouldnt ignore it since it is relevant to your app state and I like to have all state relevant code committed for each release version of my app.
👍 1
a
@peter, So my reason is when doing a PR that's make a lot of changes and the reviewers have to ignore those files while reviewing. but @harmony and @Moritz comments make sense to me. Thanks guys
🍻 1
v
Yeah, we don't look at the generated in our PR reviews either