find . -name ".git" | xargs rm -Rf
在git 目录下执行find . -type d -empty -exec touch {}/.gitignore ;命令后所有的空文件夹都会出现.gitignore文件,这事提交到远程时远程库就会显示空目录结构