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
|
||||
.DS_Store
|
||||
|
||||
# builds
|
||||
openmcpauthproxy
|
||||
|
||||
# test out files
|
||||
coverage.out
|
||||
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 " 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue