From 1f7e03ab5e1c56362b46f9c9dfe3e24367512eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 13 Feb 2023 18:29:43 +0100 Subject: [PATCH] Ignore eslint cache files They are used when running the .gitlab-ci/run-eslint script. Part-of: --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index db6316cf2..e384a5385 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ po/gnome-shell.pot *.patch *.sw? .buildconfig +.eslintcache-legacy +.eslintcache-regular .vscode