client-php icon indicating copy to clipboard operation
client-php copied to clipboard

Ignore dev/testing files for distribution builds

Open pH-7 opened this issue 3 years ago • 1 comments

.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! 🙂

pH-7 avatar Mar 12 '22 02:03 pH-7

@estevanjantsk Could you have a look? 🤗

pH-7 avatar May 15 '22 05:05 pH-7