Closed marknotfound closed 10 years ago
This is a breaking change to add a vendor namespace and restructure the project in preparation for adding unit tests.
The .gitignore now contains entries for vendor and coverage. The coverage entry is for future use with code coverage reports.
.gitignore
vendor
coverage
This is a breaking change to add a vendor namespace and restructure the project in preparation for adding unit tests.
The
.gitignore
now contains entries forvendor
andcoverage
. Thecoverage
entry is for future use with code coverage reports.