Remove vscode files

This commit is contained in:
Thilina Shashimal Senarath 2025-04-09 09:52:40 +05:30
parent b2b2124b76
commit 9ecaabecd2
3 changed files with 4 additions and 5 deletions

4
.gitignore vendored
View file

@ -30,8 +30,12 @@ go.sum
# OS generated files
.DS_Store
# builds
openmcpauthproxy
# test out files
coverage.out
coverage.html
# IDE files
.vscode

View file

@ -1,4 +0,0 @@
{
"github.copilot.chat.codesearch.enabled": true,
"github.copilot.chat.newWorkspaceCreation.enabled": true
}

View file

@ -69,6 +69,5 @@ help:
@echo " test : Run tests"
@echo " coverage : Run tests with coverage report"
@echo " fmt : Run gofmt"
@echo " lint : Run golangci-lint"
@echo " vet : Run go vet"
@echo " help : Show this help message"