Skip to content

Commit

Permalink
.dockerignore: avoid sending .bundle to the Docker context
Browse files Browse the repository at this point in the history
This is useful for environments like make dev where we don't want the
host-generated .bundle directory to clash with whatever the docker env
generates.
  • Loading branch information
unleashed committed Mar 2, 2017
1 parent a3cc04c commit 74e2b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git
.bundle
openshift/*file
**.swp

0 comments on commit 74e2b4e

Please sign in to comment.