Skip to content

Commit

Permalink
Merge pull request #17 from tariq1890/add-dockerignore
Browse files Browse the repository at this point in the history
add .dockerignore file
  • Loading branch information
ykulazhenkov committed May 9, 2023
2 parents b90586c + 3d9417c commit 2ef942a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Binaries for programs and plugins
bin
build/
testbin/*
.gocache

vendor/
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ build/
testbin/*
.gocache

# Golang vendored dependencies
vendor/

# Test binary, build with `go test -c`
*.test
Expand Down

0 comments on commit 2ef942a

Please sign in to comment.