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

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