From fbf5862c66869c77af4afedcbcf3519fc2d209b9 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 24 May 2023 15:38:06 +1000 Subject: [PATCH] Ignore some css subfolders Prettier changes these files dramatically and they're arguably not easier to read. --- .prettierignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.prettierignore b/.prettierignore index 1ee141c52c..4b79688005 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,4 @@ -# Basically, ignore everythings expect app/webpacker/controllers/*.js and app/webpacker/packs/*.js +# Ignore a lot of things, but we should enable where it can be helpful. *.md *.yml @@ -6,13 +6,20 @@ *.json *.html +# JS +# Enabled: app/webpacker/controllers/*.js and app/webpacker/packs/*.js babel.config.js postcss.config.js +# SCSS +# Enabled: most of admin +/app/webpacker/css/admin/globals/ +/app/webpacker/css/admin/shared/ /app/webpacker/css/darkswarm/ /app/webpacker/css/mail/ /app/webpacker/css/shared/ +# More /app/assets/ /config/ /coverage/