Delete all files mentioned by .gitignore
This command is useful if you want to reset a repository to it’s checked out state.
git clean -Xdf.gitignoreThis command is useful if you want to reset a repository to it’s checked out state.
git clean -Xdf