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