mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
misc: fix gitattributes for linguist configuration (#6582)
This commit is contained in:
parent
a615ab3999
commit
58de17b51e
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
# Make GitHub not index certain files in the languages overview and/or minify their diff
|
||||
# See https://github.com/github/linguist/blob/master/docs/overrides.md
|
||||
__fixtures__/** linguist-generated
|
||||
website/** linguist-documentation
|
||||
admin/** linguist-documentation
|
||||
**/__fixtures__/** linguist-generated # generated files' diff will be minimized
|
||||
.husky/** linguist-vendored
|
||||
jest/** linguist-vendored
|
||||
admin/** linguist-documentation
|
||||
website/** linguist-documentation
|
||||
|
|
|
|||
Loading…
Reference in New Issue