update gitignore to ignore docker files
This commit is contained in:
parent
769b723913
commit
f2f834af49
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -13,3 +13,10 @@ _ide_helper.php
|
||||||
|
|
||||||
sami.phar
|
sami.phar
|
||||||
/.sami
|
/.sami
|
||||||
|
|
||||||
|
# For local development with docker
|
||||||
|
# Remove if we ever put the Dockerfile in the repo
|
||||||
|
.dockerignore
|
||||||
|
Dockerfile
|
||||||
|
# for image related files
|
||||||
|
misc
|
||||||
|
|
Loading…
Reference in a new issue