Add .vscode to .gitignore and remove from repository
All checks were successful
SonarQube / Build and analyze (push) Successful in 2m9s
Unit Tests / Run Tests (push) Successful in 1m6s

This commit is contained in:
Leonid Pershin
2025-10-20 05:43:16 +03:00
parent 5b1896396d
commit 92df3b32c5
2 changed files with 3 additions and 6 deletions

3
.gitignore vendored
View File

@@ -35,6 +35,9 @@ bld/
# Visual Studio 2015/2017 cache/options directory # Visual Studio 2015/2017 cache/options directory
.vs/ .vs/
# Visual Studio Code
.vscode/
# Uncomment if you have tasks that create the project's static files in wwwroot # Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/ #wwwroot/

View File

@@ -1,6 +0,0 @@
{
"sonarlint.connectedMode.project": {
"connectionId": "mrleo1nid",
"projectKey": "mrleo1nid_chatbot"
}
}