Skip to content

Commit 0a7e1a7

Browse files
committed
🙈 Create dockerignore
1 parent 079bb3c commit 0a7e1a7

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.dockerignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)