有没有办法检查空目录?

这个问题在这里已经有了答案:

  • 我如何将一个空目录添加到Git存储库? 28个答案

  • 不,你不能。 你不能在Git中提交空文件夹。

    常见的解决方法是向文件夹中添加一个空的.gitkeep文件,并检查该文件夹中的内容,或仅放置一个.gitignore ,而忽略将.gitkeep该文件夹的文件类型。 据推测,你想忽略他们,或者你有事要做。

    链接地址: http://www.djcxy.com/p/7873.html

    上一篇: Is there a way to check in empty directory?

    下一篇: subdirectories (empty ones) are not pushed to git repo