Skip to content

Commit

Permalink
Add .manifest file to gitignore (dotnet#2610)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy authored Apr 11, 2018
1 parent a4d1da9 commit 0bbf626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docfx/SubCommands/InitCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ private void GenerateSeedProject(string outputFolder, DefaultConfigModel config,
# temp file #
###############
*.yml
.manifest
");
var files = new Tuple<string, string>[] { tocYaml, indexMarkdownFile, apiTocFile, apiIndexFile, articleTocFile, articleMarkdownFile, gitignore, apiGitignore };
foreach (var file in files)
Expand Down

0 comments on commit 0bbf626

Please sign in to comment.