From 92df3b32c5261ac19e3d5976b38a5dc09514fbe9 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Mon, 20 Oct 2025 05:43:16 +0300 Subject: [PATCH] Add .vscode to .gitignore and remove from repository --- .gitignore | 3 +++ .vscode/settings.json | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 6a554f7..c5fd5ae 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,9 @@ bld/ # Visual Studio 2015/2017 cache/options directory .vs/ + +# Visual Studio Code +.vscode/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 736f0b8..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "sonarlint.connectedMode.project": { - "connectionId": "mrleo1nid", - "projectKey": "mrleo1nid_chatbot" - } -} \ No newline at end of file