What to add to git repo?
- by Ryan
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)?