Add .gitattributes for docs (#3138)

This commit is contained in:
Evan Anderson 2021-01-28 21:32:30 -08:00 committed by GitHub
parent c1ac45f31f
commit 045ab28912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.gitattributes vendored Normal file
View File

@ -0,0 +1,15 @@
# This file is documented at https://git-scm.com/docs/gitattributes.
# Linguist-specific attributes are documented at
# https://github.com/github/linguist.
/vendor/** linguist-vendored
*.ai binary
*.pdf binary
*.png binary
# coverage-excluded is an attribute used to explicitly exclude a path from being
# included in code coverage. If a path is marked as linguist-generated already,
# it will be implicitly excluded and there is no need to add the
# coverage-excluded attribute
/vendor/** coverage-excluded=true
/test/** coverage-excluded=true