.gitignore will prevent untracked files from being added (without an add -f ) to the set of files tracked by git, however git will continue to track any ...
you're on and informs you that it has not diverged from the same branch on the server.
Just calling git rm --cached on each of the files you want to remove from revision control should be fine.
Git “remove” FAQ: How do I tell Git not to track a file (or files) any more? (i.e., I want to remove the file from the Git repo.) While working on an ...
(There is no option to remove a file only from the working tree and yet keep it in the index; use /bin/rm if you want to do that.) The files being removed have to be identical to the tip of the branch, and no
Git LFS history; Deleting local Git LFS files; Deleting remote Git LFS files from the server
As a git user I'd expect "unstage changes" to move any tracked files out of
In some cases, you may have created a global .gitattributes file that contains all of your Git LFS associations. Find and remove the associated Git LFS tracking ...
What's happening: git commit --amend will update and replace the most recent
To stop tracking a file you need to remove the file from index. For removing a file
from the index: git rm --cached