Fixes #20: adds gitlens.advanced.gitignore.enabled

Nested .gitignore files can cause blame to fail with a repo within another repo
This commit is contained in:
Eric Amodio
2017-01-10 08:41:08 -05:00
parent 79e5370a13
commit d2ad2b6a0f
4 changed files with 36 additions and 19 deletions

View File

@@ -92,6 +92,9 @@ export interface IAdvancedConfig {
};
debug: boolean;
git: string;
gitignore: {
enabled: boolean;
};
maxQuickHistory: number;
output: {
level: OutputLevel;