vscode: ignore vendor dir

This commit is contained in:
lelgenio 2021-09-16 19:13:25 -03:00
parent bdb101fb87
commit ff740e16d5
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@
"**/.settings": true,
"**/.factorypath": true,
"**/__pycache__": true,
".venv": true
".venv": true,
"vendor": true,
},
"files.associations": {
"**/*.html": "html",