From 22adbcd1eb5f4233f65cc4f195298c32cfaa156e Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 17 Oct 2021 15:35:37 +0200 Subject: chore: initial commit Add default configuration for dev tools and needed packages --- .stylelintignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .stylelintignore (limited to '.stylelintignore') diff --git a/.stylelintignore b/.stylelintignore new file mode 100644 index 0000000..b107a3a --- /dev/null +++ b/.stylelintignore @@ -0,0 +1,2 @@ +**/node_modules/** +**/vendor/** -- cgit v1.2.3