git add .gitignore git commit -m "Add .gitignore" git rm -r --cached . git add . git commit -m "Apply .gitignore"