updated settings.json to exclude vendor from file indexing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Paul 2020-06-06 13:27:46 +02:00
parent 84aad04c55
commit 3e8fee5281
1 changed files with 7 additions and 0 deletions

7
settings.json Normal file
View File

@ -0,0 +1,7 @@
{
"files.watcherExclude": {
".git/objects/**": true,
".git/subtree-cache/**": true,
"vendor/**": true
}
}