When I run git status, I have a bunch of lines of the form
git status
deleted: dir/file.js
I can remove each of these individually wit
So, do you want to commit the deletion of those files? Then use
git add -u git commit