From 7c51ca60b9b84719d055f6934cf827f785df372f Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Thu, 4 Feb 2021 09:08:07 -0600 Subject: [PATCH] =?UTF-8?q?Revert=20"fix(web):=20=F0=9F=90=9B=20gitignore?= =?UTF-8?q?=20.eslintcache"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e3116f13ced6ce85c879d03b42946cfb743dba01. ref https://github.com/facebook/create-react-app/pull/9977 --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 42d351858..ca95ea118 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,3 @@ # Visual Studio (container tools?) creates artifacts at repo root for some reason bin -obj - -# https://github.com/facebook/create-react-app/issues/10161 -*.eslintcache +obj \ No newline at end of file