From e3116f13ced6ce85c879d03b42946cfb743dba01 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sun, 31 Jan 2021 15:06:38 -0600 Subject: [PATCH] =?UTF-8?q?fix(web):=20=F0=9F=90=9B=20gitignore=20.eslintc?= =?UTF-8?q?ache?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref https://github.com/facebook/create-react-app/issues/10161 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ca95ea1188..42d351858e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Visual Studio (container tools?) creates artifacts at repo root for some reason bin -obj \ No newline at end of file +obj + +# https://github.com/facebook/create-react-app/issues/10161 +*.eslintcache