CODE
LIBARY.COM
Home
/
Git
Git .gitignore not working
If .gitignore is not working you need to remove cached files using the command below
git rm -r --cached .
git rm -r --cached .
Copy to Clipboard
Related Snippets
Git Remove untracked files
Git Add remote repository
Git Rename Local Branch
Git Github commands