How to remove unnecessary untracked files from staged area before pushing to github
I just cloned my project from GitHub and installed dependencies and I could see all of these unwanted files in left. I run “git clean -f”. But it didn’t work.Can someone help me.