From 049b2c84c657b7d896438cc95be5c3e23eae97cf Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Wed, 2 Feb 2022 20:16:42 +0800 Subject: [PATCH] misc: fix git attributes syntax (#6585) --- .gitattributes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 17144142e6..4bbe761c21 100644 --- a/.gitattributes +++ b/.gitattributes @@ -28,9 +28,10 @@ *.swp binary *.webp binary -# Make GitHub not index certain files in the languages overview and/or minify their diff +# Make GitHub not index certain files in the languages overview # See https://github.com/github/linguist/blob/master/docs/overrides.md -**/__fixtures__/** linguist-generated # generated files' diff will be minimized +# generated files' diff will be minimized +**/__fixtures__/** linguist-generated .husky/** linguist-vendored jest/** linguist-vendored admin/** linguist-documentation