specify what files from the repository are included in master.zip when using the "Download ZIP" link on GitHub -


is possible specify files included or not included in zip file when use "download zip" link in repository? or need make own?

you need make own: github api exposes archive link, without customization.

you tarball or zipball archive full repository, not subset.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -