I have cloned a git repo. During building, a lot of files in certain folder is showing to be deleted while doing: git status.
They are already in remote repo which I don't want to delete. Regarding this, I have gone through following post: Git ignore deleted files
After that I put the directory in .gitignore as well. Still while doing git status, I can see the same.