K
K
Konstantin Andreevich2014-03-28 10:49:34
git
Konstantin Andreevich, 2014-03-28 10:49:34

How to post releases on github?

I really like how Yii releases are laid out - there are no extra files, only the most necessary ones. How do they do it?
Here is an example to make it clear:
habrastorage.org/files/398/277/232/3982772327e3422... - file structure on github, a lot of unnecessary stuff.
habrastorage.org/files/9d9/258/fbe/9d9258fbe1a44e4... - the file structure in the downloaded release file, only what you need, nothing more, there are no .gitignore, extra directories, etc.
How can I make a release from the current repository on github, but not include files that are superfluous?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Andreevich, 2014-03-29
@reffy

Everything turned out to be insanely simple. We create a release from github and simply attach the necessary archives there without extra files (without any .gitignore there, extra folders, that's all).

V
Vladimir, 2014-03-28
@merdoc

.gitignore
git-scm.com/docs/gitignore

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question