Remove a file from tracking in Git

Replace <file> with the file you want to remove from tracking

git reset HEAD <file>