Problem: you added a file to your .gitignore
, but changes are still being tracked because youβve previously tracked that file.
To fix that and properly ignore the file, you need to remove it from gitβs cache:
Problem: you added a file to your .gitignore
, but changes are still being tracked because youβve previously tracked that file.
To fix that and properly ignore the file, you need to remove it from gitβs cache: