diff --git a/.vscode/settings.json b/.vscode/settings.json index 47eba75..9bbf1a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,30 +1,30 @@ // Place your settings in this file to overwrite default and user settings. { - "editor.formatOnPaste": true, - "editor.minimap.enabled": true, - "editor.snippetSuggestions": "top", - "editor.tabSize": 4, - "files.exclude": { - "Lib/": false, - "Scripts/": false, - "tcl/": false, - "Include/": false, - ".vscode/": false, - "**/static-only/": false, - "*/application/__pycache__/": false, - "*/application/migrations/": false, - "*/contact/__pycache__/": false, - "*/contact/migrations/": false, - "*/device/__pycache__/": false, - "*/device/migrations/": false, - "*/facility/__pycache__/": false, - "*/facility/migrations/": false, - "*/management/__pycache__/": false, - "*/management/migrations/": false, - "*/pdiPortal/__pycache__/": false, - "*/publisher/__pycache__/": false, - "*/publisher/migrations/": false, - "*/store/__pycache__/": false, - "*/store/migrations/": false - } + "editor.formatOnPaste": true, + "editor.minimap.enabled": true, + "editor.snippetSuggestions": "top", + "editor.tabSize": 4, + "files.exclude": { + "Lib/": true, + "Scripts/": true, + "tcl/": true, + "Include/": true, + ".vscode/": true, + "**/static-only/": true, + "*/application/__pycache__/": true, + "*/application/migrations/": true, + "*/contact/__pycache__/": true, + "*/contact/migrations/": true, + "*/device/__pycache__/": true, + "*/device/migrations/": true, + "*/facility/__pycache__/": true, + "*/facility/migrations/": true, + "*/management/__pycache__/": true, + "*/management/migrations/": true, + "*/pdiPortal/__pycache__/": true, + "*/publisher/__pycache__/": true, + "*/publisher/migrations/": true, + "*/store/__pycache__/": true, + "*/store/migrations/": true + } } \ No newline at end of file