misc: fix git attributes syntax (#6585)

This commit is contained in:
Joshua Chen 2022-02-02 20:16:42 +08:00 committed by GitHub
parent 759952cefd
commit 049b2c84c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitattributes vendored
View file

@ -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