This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
image-juicer/.vscode/settings.json

10 lines
166 B
JSON

{
"javascript.validate.enable": false,
"search.exclude": {
".git": true,
"node_modules": true,
"flow-typed": true,
"bower_components": true
}
}