diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..39b9dcb --- /dev/null +++ b/.dockerignore @@ -0,0 +1,34 @@ + +# Created by https://www.toptal.com/developers/gitignore/api/go +# Edit at https://www.toptal.com/developers/gitignore?templates=go + +### Go ### +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/ + +### Go Patch ### +/vendor/ +/Godeps/ + +# End of https://www.toptal.com/developers/gitignore/api/go + +# compiled binary +portfoliodb +__debug_bin +cmd/ortfodb/ortfodb + +.wakatime-project +/ortfodb