What to add to git repo?
Posted
by Ryan
on Stack Overflow
See other posts from Stack Overflow
or by Ryan
Published on 2010-05-08T04:34:56Z
Indexed on
2010/05/08
4:38 UTC
Read the original article
Hit count: 216
git
|repository
I am doing a video player. I have the following in my project folder:
these four dirs should each be on their own line: /source /sample_applications /images /videos
Right now the repo just includes the /source directory...which is code only.
It is on my local computer. I am thinking of adding it to git hub.
My question is: should I add the sample apps, the images and the videos to the repo? Is that something that people normally do and that other people want people to do? Can git even handle videos(noob here)?
© Stack Overflow or respective owner