for typescript it will generate a file to help with autocomplete, which you probably don't want to ignore
👍 1
m
Moritz
02/17/2018, 4:43 PM
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
atito
02/17/2018, 5:06 PM
@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
veksen
02/17/2018, 6:02 PM
Yeah, we don't look at the generated in our PR reviews either