Added vendor directory to non-diffed files (#1198)

* Added vendor directory to non-diffed files.

* Added an empty line at end of file.
This commit is contained in:
Sarah Maddox 2019-10-03 22:08:08 +10:00 committed by Kubernetes Prow Robot
parent fb114ddc3e
commit 9b7fe1457c
1 changed files with 4 additions and 1 deletions

5
.gitattributes vendored
View File

@ -1,3 +1,6 @@
# Ignore the resources files in diffs and merge conflicts
# Ignore the resources files in diffs and merge conflicts.
resources/** linguist-generated=true
resources/** -diff -merge
# Ignore the vendor files in diffs.
themes/docsy/assets/vendor/** linguist-generated=true