forked from knative/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (16 loc) · 730 Bytes
/
.gitattributes
File metadata and controls
18 lines (16 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
/archived/** linguist-generated
*.ai binary
*.pdf binary
*.png binary
# We are vendoring this fork of material-mkdocs typescript for now -- don't lint, etc.
/overrides/assets/javascripts/bundle.*.min.js linguist-vendored
# 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