diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-10-22 17:47:03 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-10-22 17:47:03 +0000 |
commit | a32511692fd5f6256db77ebe0682d843228f7190 (patch) | |
tree | 3e3ef4f8cf4b1a38a08f1863e9d7db7f8f09643b /.prettierignore | |
parent | 97fe4779c5252acc3a9799a1b3d51438098b339d (diff) | |
download | gitlab-ce-a32511692fd5f6256db77ebe0682d843228f7190.tar.gz |
Fix/update prettier script
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index b674ccd50cf..dc9e572ab54 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,3 +3,7 @@ /public/ /vendor/ /tmp/ + +# ignore stylesheets for now as this clashes with our linter +*.css +*.scss |