Skip to content

JonSnow592622272/my

Repository files navigation

my

#####清除空文件夹下的“.gitxxx”文件(用Git Bash Here打开执行) find ./ -type f -name '.gitxxx' -delete

#####使能够上传空文件夹(用Git Bash Here打开执行) find . ( -type d -empty ) -and ( -not -regex ./.git.* ) -exec touch {}/.gitxxx ;

About

分布式springboot应用组件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages