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 079bb3c commit 0a7e1a7Copy full SHA for 0a7e1a7
.dockerignore
@@ -0,0 +1,34 @@
1
+
2
+# Created by https://www.toptal.com/developers/gitignore/api/go
3
+# Edit at https://www.toptal.com/developers/gitignore?templates=go
4
5
+### Go ###
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 Patch ###
23
+/vendor/
24
+/Godeps/
25
26
+# End of https://www.toptal.com/developers/gitignore/api/go
27
28
+# compiled binary
29
+portfoliodb
30
+__debug_bin
31
+cmd/ortfodb/ortfodb
32
33
+.wakatime-project
34
+/ortfodb
0 commit comments