SyntaxFix
Write A Post
Hire A Developer
Questions
If someone has already added a .gitignore to your repo, but you want to make some changes to it and have those changes ignored do the following:
.gitignore
git update-index --assume-unchanged .gitignore
Source.