From ea53ef36cdf90a33a00114f3070db5d8f179eea1 Mon Sep 17 00:00:00 2001 From: Tom J Nowell <135050746+nexstar-tom-j-nowell@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:24:37 +0000 Subject: [PATCH] Create .stylelintignore Ignore composer and NPM dependency assets when linting, as well as built assets. Also significantly speeds up builds locally as a result --- .stylelintignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .stylelintignore diff --git a/.stylelintignore b/.stylelintignore new file mode 100644 index 00000000..0467cc8e --- /dev/null +++ b/.stylelintignore @@ -0,0 +1,5 @@ +node_modules/ + +# Client build files +client/build/ +/vendor