mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-15 09:12:24 +02:00
misc: fix git attributes syntax (#6585)
This commit is contained in:
parent
759952cefd
commit
049b2c84c6
1 changed files with 3 additions and 2 deletions
5
.gitattributes
vendored
5
.gitattributes
vendored
|
@ -28,9 +28,10 @@
|
||||||
*.swp binary
|
*.swp binary
|
||||||
*.webp 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
|
# 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
|
.husky/** linguist-vendored
|
||||||
jest/** linguist-vendored
|
jest/** linguist-vendored
|
||||||
admin/** linguist-documentation
|
admin/** linguist-documentation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue