Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.prettierignore - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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