.stylelintignore 176 B

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