Hi.
I want to use Git to backup my home drive, but I also want to use it as a version control system for projects that will be stored in my home drive.
How would I go about doing that? Do I .gitignore all the projects root folders and make new repositories for them?
Edit:
Ok I explained what I wanted wrongly. I want to have a history of changes made to my home drive like I can get with Git and I also want to back that up.