what to save as for .gitignore code example
Example 1: what to add to gitignore
Look at this awesome site!
https://www.toptal.com/developers/gitignore
Generates a gitignore for you, based on the technologies you're using
Example 2: git ignore not saving changes
git rm -rf --cached .
git add .