From 30c6fb6e934909668fe47205ea1295028882d2e6 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Wed, 2 Dec 2020 17:00:56 +0100 Subject: [PATCH] Ignore .eslintcache (#807) Signed-off-by: Tilman Vatteroth --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c7d65a018..16196b12c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +.eslintcache