Adds 'vagrant' to gitignore for local development.

Backported from master branch.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Garvin Hicking 2019-09-09 11:19:31 +02:00 committed by Thomas Hochstein
parent 7ce5408609
commit 7e6027ebf9

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ DEADJOE
.editorconfig .editorconfig
*.git *.git
tests/phpunit.xml tests/phpunit.xml
vagrant/*