updated settings.json to exclude vendor from file indexing
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
84aad04c55
commit
3e8fee5281
7
settings.json
Normal file
7
settings.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"files.watcherExclude": {
|
||||||
|
".git/objects/**": true,
|
||||||
|
".git/subtree-cache/**": true,
|
||||||
|
"vendor/**": true
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user