I found some information, via use git config --list in my project repo.
...
[gitflow "branch.feature/addMRTemplates"]
base = develop
[gitflow "branch.feature/followUIDevRule"]
base = develop
...
These branches are not any longer exist. May I delete them all directly? Or there is CMD for clean?