Uh oh!
There was an error while loading. Please reload this page.
Ignore .eslintcache - #10346
Conversation
LauraBeatris
commented
Jan 7, 2021
I've added it only to the root since the templates don't come with ESLint. Should we also ignore it on the templates? |
dudeisbrendan03
commented
Jan 8, 2021
This is honestly user-dependant if they use eslint. |
LauraBeatris
commented
Jan 8, 2021
@dudeisbrendan03 I agree that it's user-dependant on the template, but the root repo comes with ESLint |
dudeisbrendan03
commented
Jan 11, 2021
See your point |
NMinhNguyen
commented
Jan 12, 2021
I think this has already been solved (but not yet released) in #9977 |
mrmckeb
commented
Jan 20, 2021
Thanks @LauraBeatris, we've actually made the decision to move this cache so it won't clutter your directory anymore... look out for that in the next release! See #9977 |
Add .eslintcache to
.gitignorefile to disables its tracking. This file is unnecessary in the git tree.Reference: #10161