diff options
author | Justin Boyson <jboyson@gitlab.com> | 2019-08-02 18:45:21 +0000 |
---|---|---|
committer | Paul Slaughter <pslaughter@gitlab.com> | 2019-08-02 18:45:21 +0000 |
commit | bc89bf56a022753a676f76fdd5d581f59f14b3c1 (patch) | |
tree | 35f0c74562aed5c18f767bbb2c4d1443446749ff /.prettierignore | |
parent | dd05aed1d36160bd035d56ee84524a7ea518ea4f (diff) | |
download | gitlab-ce-bc89bf56a022753a676f76fdd5d581f59f14b3c1.tar.gz |
Add md files to .prettierignore
This is to prevent prettier from auto formatting doc files.
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index dc9e572ab54..c9b945ac96d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -7,3 +7,4 @@ # ignore stylesheets for now as this clashes with our linter *.css *.scss +*.md |