how to use .gitignore in git code example Example 1: git add gitignore $ touch .gitignore Example 2: git ignore not saving changes git rm -rf --cached . git add .