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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-06-02 17:02:15 +0300
committerSarah German <sgerman@gitlab.com>2022-06-02 17:02:15 +0300
commit91ac64a1a0535e5250b544b4e14f1bc8b8293389 (patch)
treefcd72f4a4019519ab9ab147c3a0a14e20a3c3a07
parent883a81f2c92c8bb1c5c671fb6c5c7715e87e5a3e (diff)
Ignore yml files
-rw-r--r--.prettierignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore
index d4c1002c..c62e1388 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -3,3 +3,7 @@
/vendor/
/tmp/
/content/assets/javascripts/
+
+# Ignore yml files since prettier formatting clashes with yamllint.
+# https://github.com/adrienverge/yamllint/issues/443
+*.yml \ No newline at end of file