Ignore everything but js files related to stimulusjs

This commit is contained in:
Jean-Baptiste Bellet
2022-07-25 11:04:16 +02:00
committed by Maikel Linke
parent b8ffddb533
commit f0b5a04f6b

21
.prettierignore Normal file
View File

@@ -0,0 +1,21 @@
# Basically, ignore everythings expect app/webpacker/controllers/*.js and app/webpacker/packs/*.js
*.css
*.scss
*.md
*.yml
*.yaml
*.json
*.html
babel.config.js
postcss.config.js
.storybook/
/app/assets/
/config/
/coverage/
/engines/
/public/
/spec/
/tmp/
/vendor/