example, if you want to change gitignore, but only in your local repo, do next:
git update-index --assume-unchanged .gitignore
example, if you want to change gitignore, but only in your local repo, do next:
git update-index --assume-unchanged .gitignore