Switch eng/common to linguist-vendored (#6022)

This is a more accurate description of what's going on here;
the code canonically lives in dotnet/arcade and so is vendored
here. Additionally marking as generated so that it's hidden
from diffs by default (you can still click to expand if you're
curious).
This commit is contained in:
Rainer Sigwald 2021-01-12 16:35:11 -06:00 коммит произвёл GitHub
Родитель 70d3538513
Коммит 7b18884ab8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

2
.gitattributes поставляемый
Просмотреть файл

@ -20,7 +20,7 @@ src/Tasks/*.targets linguist-detectable=true
src/Tasks/*.tasks linguist-detectable=true
# Don't include Arcade-owned path
eng/common/** linguist-detectable=false
eng/common/** linguist-vendored linguist-generated
# Display XLF files collapsed by default in PR diffs
*.xlf linguist-generated=true