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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-03-23 19:44:10 +0300
committerMike Greiling <mike@pixelcog.com>2018-03-23 19:44:10 +0300
commit5b6931b8e70dbd1c67233cb5f64a553e3ce7e465 (patch)
tree663c60a80c65f8bbcde037de2ba11cd6d77f018e /.prettierignore
parent3c54794445ea8e3bd7c3356450b86fc4c6ba12cd (diff)
ignore generated locale files with prettier
Diffstat (limited to '.prettierignore')
-rw-r--r--.prettierignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore
index a4a5e8ada89..dbd8382ea15 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -1,3 +1,4 @@
+/app/assets/javascripts/locale/**/app.js
/node_modules/
/public/
/vendor/