add dockerignore

some files or directories (like .gitignore or .git) makes no sense to copy to the docker image

Signed-off-by: Mustafa Yücel <mustafa.yuecel@siemens.com>
This commit is contained in:
Mustafa Yücel 2017-06-23 16:30:58 +02:00 committed by Daniel Wagner
parent 69a295fa56
commit 6b15e5958b

5
.dockerignore Normal file
View File

@ -0,0 +1,5 @@
.git
.gitignore
.dockerignore
Dockerfile
.travis.yml