update gitignore to ignore docker files

This commit is contained in:
Jakob Schrettenbrunner 2017-03-28 00:13:24 +02:00
parent 769b723913
commit f2f834af49

7
.gitignore vendored
View file

@ -13,3 +13,10 @@ _ide_helper.php
sami.phar
/.sami
# For local development with docker
# Remove if we ever put the Dockerfile in the repo
.dockerignore
Dockerfile
# for image related files
misc