Use uppercase for folder exclusion (#56)

This commit is contained in:
Jake Friedman 2020-10-28 12:09:03 -07:00 коммит произвёл GitHub
Родитель a09f08cb5d
Коммит 7e791626f6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,7 +3,7 @@
<!-- Each of these exclusions is a folder name - if any folder or file starts with "\[name]", it will be skipped -->
<Exclusion Type="FolderPathStart">.GIT|.VS|OBJ|.INFRA</Exclusion>
<!-- Exclude docfx styles folder -->
<Exclusion Type="FolderPathFull">styles</Exclusion>
<Exclusion Type="FolderPathFull">STYLES</Exclusion>
<!-- The specified file names will be skipped during the scan regardless which folder they are in -->
<Exclusion Type="FileName">DOCFX.VENDOR.JS</Exclusion>