Skip to content

Commit

Permalink
Merge pull request #16 from grantat/dockerignore
Browse files Browse the repository at this point in the history
Add docker ignore file for python
  • Loading branch information
grantat authored Oct 30, 2017
2 parents be457b8 + a42cf46 commit 72e79fb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.git
.gitignore
*.pyc
__pycache__
.cache
.dockerignore
.coverage
.coveragerc
.coverage.*
.travis.yml
Dockerfile

0 comments on commit 72e79fb

Please sign in to comment.