Why does git still have a waiting list for phpstorm after adding files to .gitignore?

Why does git still have a waiting list for submission after adding files to .gitignore

clipboard.png

Mar.04,2022

should have been added to the warehouse by you.
first delete the files you want to ignore in the git repository, then update the rules in .gitignore (that is, the files you want to ignore), and then resubmit.

git rm -r --cached 

can refer to here

Menu