diff --git a/.gitignore b/.gitignore index e9fd4fc..555444c 100755 --- a/.gitignore +++ b/.gitignore @@ -408,7 +408,6 @@ FodyWeavers.xsd # VS Code files for those working on multiple tools .vscode/* -!.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100755 index ef11067..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "sqltools.connections": [ - { - "ssh": "Disabled", - "previewLimit": 50, - "server": "localhost", - "port": 5432, - "askForPassword": true, - "driver": "PostgreSQL", - "name": "MicCheck - local", - "database": "miccheck", - "username": "miccheck" - } - ] -} \ No newline at end of file