diff --git a/.gitignore b/.gitignore index 8627e4b..4ceafef 100644 --- a/.gitignore +++ b/.gitignore @@ -30,8 +30,12 @@ go.sum # OS generated files .DS_Store +# builds openmcpauthproxy # test out files coverage.out coverage.html + +# IDE files +.vscode diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 745c15c..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "github.copilot.chat.codesearch.enabled": true, - "github.copilot.chat.newWorkspaceCreation.enabled": true -} diff --git a/Makefile b/Makefile index 85d92f6..7fd2574 100644 --- a/Makefile +++ b/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"