put .gitignore in your main catalog
git status (you will see which files you can commit)
git add -A
git commit -m "message"
git push
put .gitignore in your main catalog
git status (you will see which files you can commit)
git add -A
git commit -m "message"
git push