hamcrest / hamcrest-php

PHP Hamcrest implementation [Official]
Other
6.95k stars 44 forks source link

Please add a .gitattributes file #43

Open ghost opened 7 years ago

ghost commented 7 years ago

Please add a .gitattrubutes file to exclude the /tests directory as well as any other files that are unnecessary in production (e.g.: TODO.txt, CHANGES.txt)

Thanks :smiley:

theofidry commented 7 years ago

@InsaneScripts is that really necessary? This is a package primarily for test purposes and for production surely you run --no-dev with Composer. Actually this makes it even harder as when you install the package you no longer see the tests which can help as a doc/debug