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 f775b5f commit 9ebff05Copy full SHA for 9ebff05
.gitignore
@@ -0,0 +1,25 @@
1
+# If you prefer the allow list template instead of the deny list, see community template:
2
+# 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
+bin/*
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
+cover*.html
17
+*.out
18
19
+# Go workspace file
20
+go.work
21
+go.work.sum
22
23
+tmp/
24
+.vscode/
25
+.idea
0 commit comments