qrz/settings.json
Paul Lecuq 3e8fee5281
All checks were successful
continuous-integration/drone/push Build is passing
updated settings.json to exclude vendor from file indexing
2020-06-06 13:27:46 +02:00

7 lines
137 B
JSON

{
"files.watcherExclude": {
".git/objects/**": true,
".git/subtree-cache/**": true,
"vendor/**": true
}
}