Explicitly ignore each css folder

With the goal to progressively un-ignore them.
This commit is contained in:
David Cook
2023-05-02 16:10:55 +10:00
parent 21a0017352
commit 8c7f92d42e

View File

@@ -1,8 +1,5 @@
# Basically, ignore everythings expect app/webpacker/controllers/*.js and app/webpacker/packs/*.js
*.css
*.scss
# Except v2
!/app/webpacker/css/admin/v2/**/*.scss
*.md
*.yml
*.yaml
@@ -12,6 +9,13 @@
babel.config.js
postcss.config.js
/app/webpacker/css/admin/
# Except v2
!/app/webpacker/css/admin/v2/**/*.scss
/app/webpacker/css/darkswarm/
/app/webpacker/css/mail/
/app/webpacker/css/shared/
/app/assets/
/config/
/coverage/