Skip to content

Commit e3116f1

Browse files
committed
fix(web): 🐛 gitignore .eslintcache
ref facebook/create-react-app#10161
1 parent 70503fe commit e3116f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Visual Studio (container tools?) creates artifacts at repo root for some reason
22
bin
3-
obj
3+
obj
4+
5+
# https://github.com/facebook/create-react-app/issues/10161
6+
*.eslintcache

0 commit comments

Comments
 (0)