Ignore some css subfolders

Prettier changes these files dramatically and they're arguably not easier to read.
This commit is contained in:
David Cook
2023-05-24 15:38:06 +10:00
committed by Jean-Baptiste Bellet
parent 1c9a09d88d
commit fbf5862c66

View File

@@ -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/