client-php
client-php copied to clipboard
Ignore dev/testing files for distribution builds
.gitattributes file was missing from the client-php.
It's actually a good idea to exclude unneeded dev files from the the production archive, which is used by composer for instance.
The files I mentioned are only useful when working on the library itself.
If you are not familiar with .gitattributes/export-ignore, you can find further info below:
- http://www.pixelite.co.nz/article/using-git-attributes-exclude-files-your-release/
I hope it helps! 🙂
@estevanjantsk Could you have a look? 🤗