summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2023-02-13 18:29:43 +0100
committerMarge Bot <marge-bot@gnome.org>2023-03-01 15:55:40 +0000
commit1f7e03ab5e1c56362b46f9c9dfe3e24367512eb6 (patch)
treebb2476b3817e4f2a3a61b95ffc840e44041b97c2 /.gitignore
parentce0d00184c763b4448af9f04a86ef466322d2137 (diff)
downloadgnome-shell-1f7e03ab5e1c56362b46f9c9dfe3e24367512eb6.tar.gz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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