mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-16 17:52:29 +02:00
misc: fix gitattributes for linguist configuration (#6582)
This commit is contained in:
parent
a615ab3999
commit
58de17b51e
1 changed files with 5 additions and 3 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -30,6 +30,8 @@
|
||||||
|
|
||||||
# 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 and/or minify their diff
|
||||||
# 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
|
**/__fixtures__/** linguist-generated # generated files' diff will be minimized
|
||||||
website/** linguist-documentation
|
.husky/** linguist-vendored
|
||||||
|
jest/** linguist-vendored
|
||||||
admin/** linguist-documentation
|
admin/** linguist-documentation
|
||||||
|
website/** linguist-documentation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue