Disable use of .gitignore file by git-tfs after the clone

Improve #1147
This commit is contained in:
Philippe Miossec
2018-01-27 13:13:54 +01:00
parent 5f479a211f
commit 02a557c743
+1
View File
@@ -124,6 +124,7 @@ namespace GitTfs.Commands
retVal = _initBranch.Run();
}
_globals.Repository.SetConfig(GitTfsConstants.DisableGitignoreSupport, true);
}
catch (GitTfsException)
{