If after you’ve updated .gitignore to ignore a file and the changes are not being ignored, do the following: git rm /path/to/your/file –cached This will remove the file from the repository, but not from the file system.
Gitignore not ignoring file
- Post author By anthony
- Post date
- Categories In Git
- No Comments on Gitignore not ignoring file