We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5f1699 + 4598e56 commit 9a7327cCopy full SHA for 9a7327c
2 files changed
.gitignore
@@ -1,4 +1,25 @@
1
-.odo/env
2
-.odo/odo-file-index.json
+# 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
3
+#
4
+# Binaries for programs and plugins
5
+*.exe
6
+*.exe~
7
+*.dll
8
+*.so
9
+*.dylib
10
main
-main.exe
11
+
12
+# Test binary, built with `go test -c`
13
+*.test
14
15
+# Output of the go coverage tool, specifically when used with LiteIDE
16
+*.out
17
18
+# Dependency directories (remove the comment below to include it)
19
+# vendor/
20
21
+# Go workspace file
22
+go.work
23
24
+# odo directory
25
+.odo/
go.mod
@@ -1,3 +1,3 @@
module github.com/devfile-samples/devfile-stack-go
-go 1.16
+go 1.24
0 commit comments