Revised code to handle categories file (#725)

pull/740/head
Ron Petrusha 2018-05-02 14:57:09 -07:00 committed by GitHub
parent b54e689b46
commit 32316d84ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace bc_readme_gen
foreach(var changeFile in bcdir.GetFiles("*.md"))
{
if (changeFile.Name == "! Template.md" || changeFile.Name == "README.md")
if (changeFile.Name == "! Template.md" || changeFile.Name == "README.md" || changeFile.Name == "!categories.md")
{
continue;
}