summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author4censord <mail@4censord.de>2024-09-08 11:47:57 +0200
committer4censord <mail@4censord.de>2024-09-14 00:58:02 +0200
commit0a8cb21e9bec7bcf227f10ed2e5165231e9e50ad (patch)
treeafb1d283d72c702975f428d9c8723bfc1102787a /.gitignore
parentmerge: bump version on `develop` (!621) (diff)
downloadsharkey-0a8cb21e9bec7bcf227f10ed2e5165231e9e50ad.tar.gz
sharkey-0a8cb21e9bec7bcf227f10ed2e5165231e9e50ad.tar.bz2
sharkey-0a8cb21e9bec7bcf227f10ed2e5165231e9e50ad.zip
Run eslint with caching
This reduces the time for subsequent lints significantly. e.g. for `package/frontend`, the first run takes ~10min. With the cache, every subsequent run takes only a few seconds.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a8887eab92..758d36cea4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,9 @@ packages/sw/.yarn/cache
# pnpm
.pnpm-store
+# eslint
+**/.eslintcache
+
# Cypress
cypress/screenshots
cypress/videos