Windows下清理.DS_Store文件 Posted on 2018-11-06 Views: 如果涉及macOS与Windows交换文件的话,在Windows会有一些无用的.DS_Store文件需要清理。 可以在gitbash/cygwin/cmder下执行如下命令清理: 1find . -name '*.DS_Store' -type f -delete