mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
patch
This commit is contained in:
@@ -955,7 +955,7 @@ export class Repository implements Disposable {
|
||||
|
||||
if (didHitLimit && !shouldIgnore && !this.didWarnAboutLimit) {
|
||||
//check for known large folders that should be in .gitignore
|
||||
let knownHugeFolders = ['node_modules', 'pp']; //maybe get from config
|
||||
let knownHugeFolders = ['node_modules']; //maybe get from config
|
||||
let knownHugeFolderUris: Uri[] = knownHugeFolders.map(folder => {
|
||||
return Uri.file(`${this.repository.root}${path.sep}${folder}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user