From 4feedccd6ab1f4df86239f0f5692168abe0c9129 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Fri, 28 May 2021 13:56:05 +0900 Subject: [PATCH] ignore .eslintcache from git --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c4db695..d165165 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ .env.development.local .env.test.local .env.production.local +.eslintcache npm-debug.log* yarn-debug.log*