.stylelintignore 188 B

12345678910
  1. extensions/
  2. node_modules/
  3. p/scripts/vendor/
  4. vendor/
  5. # ignore SASS-generated CSS
  6. p/themes/Ansum/*.css
  7. p/themes/Mapco/*.css
  8. p/themes/Swage/*.css
  9. # Ignore RTLCSS auto-generated CSS
  10. *.rtl.css