Adding .dockerignore to restrict what gets sent to Docker engine.

pull/21/head
Andrew Killer 5 years ago
parent 855a72d558
commit 3fbbc1941d
  1. 8
      .dockerignore

@ -0,0 +1,8 @@
**/build
**/images
**/output
**/stats
**/.git
**/.gitignore
**/README.md
**/.travis.yml
Loading…
Cancel
Save