Ignore eslint cache files

They are used when running the .gitlab-ci/run-eslint script.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2642>
This commit is contained in:
Florian Müllner 2023-02-13 18:29:43 +01:00 committed by Marge Bot
parent ce0d00184c
commit 1f7e03ab5e

2
.gitignore vendored
View File

@ -4,4 +4,6 @@ po/gnome-shell.pot
*.patch
*.sw?
.buildconfig
.eslintcache-legacy
.eslintcache-regular
.vscode