aboutsummaryrefslogtreecommitdiff
path: root/.stylelintignore
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-10-24 17:25:41 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-24 17:25:41 +0200
commit9416f45dd9178039f8ce0e5a7d7328922d2d7695 (patch)
treeb96e637953fab571ed55d7ea275a14fcf1855c88 /.stylelintignore
parent07e00c7681e5fd9e680cba75125b166b96a96198 (diff)
GitHub Actions CI optimisation (#3929)
Efforts to reduce the resources used by CI: * Only one git checkout * Exclusion of irrelevant directories for several commands * Fix some rtlcss warnings * Move some commands from tests.yml to composer.json to make them reusasble * Initial efforts to take avantage of all that from `make` (help welcome)
Diffstat (limited to '.stylelintignore')
-rw-r--r--.stylelintignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.stylelintignore b/.stylelintignore
index 402ba0702..56613503b 100644
--- a/.stylelintignore
+++ b/.stylelintignore
@@ -1,3 +1,6 @@
+node_modules/
+p/scripts/vendor/
+vendor/
# ignore SASS-generated CSS
p/themes/Ansum/*.css
p/themes/Mapco/*.css