mirror of
https://github.com/wso2/open-mcp-auth-proxy.git
synced 2025-06-27 17:13:31 +00:00
Remove vscode files
This commit is contained in:
parent
b2b2124b76
commit
9ecaabecd2
3 changed files with 4 additions and 5 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -30,8 +30,12 @@ go.sum
|
||||||
# OS generated files
|
# OS generated files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# builds
|
||||||
openmcpauthproxy
|
openmcpauthproxy
|
||||||
|
|
||||||
# test out files
|
# test out files
|
||||||
coverage.out
|
coverage.out
|
||||||
coverage.html
|
coverage.html
|
||||||
|
|
||||||
|
# IDE files
|
||||||
|
.vscode
|
||||||
|
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"github.copilot.chat.codesearch.enabled": true,
|
|
||||||
"github.copilot.chat.newWorkspaceCreation.enabled": true
|
|
||||||
}
|
|
1
Makefile
1
Makefile
|
@ -69,6 +69,5 @@ help:
|
||||||
@echo " test : Run tests"
|
@echo " test : Run tests"
|
||||||
@echo " coverage : Run tests with coverage report"
|
@echo " coverage : Run tests with coverage report"
|
||||||
@echo " fmt : Run gofmt"
|
@echo " fmt : Run gofmt"
|
||||||
@echo " lint : Run golangci-lint"
|
|
||||||
@echo " vet : Run go vet"
|
@echo " vet : Run go vet"
|
||||||
@echo " help : Show this help message"
|
@echo " help : Show this help message"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue