find . -name ".git" | xargs rm -Rf

find . -name ".gitignore" | xargs rm -Rf

 

相关文章: