summaryrefslogtreecommitdiff
path: root/.prettierignore
blob: c9b945ac96d9ee0295efd711f69dfdb2029e6627 (plain)
1
2
3
4
5
6
7
8
9
10
/app/assets/javascripts/locale/**/app.js
/node_modules/
/public/
/vendor/
/tmp/

# ignore stylesheets for now as this clashes with our linter
*.css
*.scss
*.md