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.
1 parent 94839d7 commit ee89611Copy full SHA for ee89611
.gitignore
@@ -0,0 +1,25 @@
1
+
2
3
+# If you prefer the allow list template instead of the deny list, see community template:
4
+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
5
+#
6
+# Binaries for programs and plugins
7
+*.exe
8
+*.exe~
9
+*.dll
10
+*.so
11
+*.dylib
12
13
+# Test binary, built with `go test -c`
14
+*.test
15
16
+# Output of the go coverage tool, specifically when used with LiteIDE
17
+*.out
18
19
+# Dependency directories (remove the comment below to include it)
20
+# vendor/
21
22
+# Go workspace file
23
+go.work
24
25
+/bin
0 commit comments