Skip to content

Commit

Permalink
Update .dockerignore file list
Browse files Browse the repository at this point in the history
  • Loading branch information
krhubert committed Oct 10, 2019
1 parent 852c941 commit 6061242
Showing 1 changed file with 27 additions and 11 deletions.
38 changes: 27 additions & 11 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,32 @@
Dockerfile
Dockerfile-dev
.circleci
.vscode

# repo files
README.md
CHANGELOG.md
CONTRIBUTING.md
schema1.svg
.github

/scripts
/examples
/test
dev
mesg-dev
.git

# test & debug files
**/*_test.go
**/*.test
**/debug
**/node_modules
bin/cli
docs/
docker-images/
.tendermint-validator/
/docker-images
/test
/vendor

# configuration & repo files
Makefile
.circleci
.codacy.yml
.codeclimate.yml
.codecov.yml
.git
.gitignore
.golangci.yml
.genesis
.vscode

0 comments on commit 6061242

Please sign in to comment.