diff --git a/.gitignore b/.gitignore index d4c401e..7694d38 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -.vscode +.vscode/ tmp/ __DEPRECATED__/ diff --git a/config_service.code-workspace b/config_service.code-workspace deleted file mode 100644 index e421f00..0000000 --- a/config_service.code-workspace +++ /dev/null @@ -1,12 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "editor.detectIndentation": false, - "editor.tabSize": 4, - "editor.insertSpaces": true - } -} \ No newline at end of file