From 0bbf626724c01e6b2a6d77dd19ae15cdc672f570 Mon Sep 17 00:00:00 2001 From: "Liangying.Wei" Date: Wed, 11 Apr 2018 11:51:16 +0800 Subject: [PATCH] Add .manifest file to gitignore (#2610) --- src/docfx/SubCommands/InitCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docfx/SubCommands/InitCommand.cs b/src/docfx/SubCommands/InitCommand.cs index 2eb14828448..e0f6df51908 100644 --- a/src/docfx/SubCommands/InitCommand.cs +++ b/src/docfx/SubCommands/InitCommand.cs @@ -343,6 +343,7 @@ private void GenerateSeedProject(string outputFolder, DefaultConfigModel config, # temp file # ############### *.yml +.manifest "); var files = new Tuple[] { tocYaml, indexMarkdownFile, apiTocFile, apiIndexFile, articleTocFile, articleMarkdownFile, gitignore, apiGitignore }; foreach (var file in files)