fix(web): 🐛 gitignore .eslintcache

ref https://github.com/facebook/create-react-app/issues/10161
This commit is contained in:
Collin M. Barrett 2021-01-31 15:06:38 -06:00
parent 70503fecfb
commit e3116f13ce

5
.gitignore vendored
View file

@ -1,3 +1,6 @@
# Visual Studio (container tools?) creates artifacts at repo root for some reason
bin
obj
obj
# https://github.com/facebook/create-react-app/issues/10161
*.eslintcache