Skip to content

Commit

Permalink
🙈 Create dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen-lbh committed Oct 12, 2024
1 parent 079bb3c commit 0a7e1a7
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0a7e1a7

Please sign in to comment.