Disable use of .gitignore file by git-tfs after the clone
Improve #1147
This commit is contained in:
@@ -124,6 +124,7 @@ namespace GitTfs.Commands
|
||||
|
||||
retVal = _initBranch.Run();
|
||||
}
|
||||
_globals.Repository.SetConfig(GitTfsConstants.DisableGitignoreSupport, true);
|
||||
}
|
||||
catch (GitTfsException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user