Skip to content

Releases: phpfu/puphpet-installer

Improves handling when .gitignore is missing.

21 Apr 19:26

Choose a tag to compare

Consuming projects that lack a .gitignore file no longer cause the installer to throw an exception and exit prematurely.

In addition, the /.vagrant folder is properly ignored in the consuming project.

Thanks to @deizel for the first public contributions to this crazy idea.