mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(web): 🐛 gitignore .eslintcache
ref https://github.com/facebook/create-react-app/issues/10161
This commit is contained in:
parent
70503fecfb
commit
e3116f13ce
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue