diff --git a/.gitignore b/.gitignore index bc1aab7..9e39036 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,4 @@ -# If you prefer the allow list template instead of the deny list, see community template: -# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore -# -# Binaries for programs and plugins -*.exe -*.exe~ -*.dll -*.so -*.dylib +.odo/env +.odo/odo-file-index.json main - -# Test binary, built with `go test -c` -*.test - -# Output of the go coverage tool, specifically when used with LiteIDE -*.out - -# Dependency directories (remove the comment below to include it) -# vendor/ - -# Go workspace file -go.work - -# odo directory -.odo/ +main.exe diff --git a/go.mod b/go.mod index 36647b9..86933fe 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/devfile-samples/devfile-stack-go -go 1.24 +go 1.16