Skip to content

Commit

Permalink
Merge pull request #34 from marcoshuck/dockerignore
Browse files Browse the repository at this point in the history
Add docker ignore
  • Loading branch information
marcoshuck authored Oct 21, 2023
2 parents 2cacca8 + 550ced1 commit 92361f7
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# 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
coverage.html
*.tx

# Dependency directories (remove the comment below to include it)
# vendor/

# Go workspace file
go.work

# IDEs
.idea/

# Environment variables
.env.example

# Git folder
.git

# Buf files
buf.gen.yaml
buf.lock
buf.yaml

0 comments on commit 92361f7

Please sign in to comment.