Git 添加空文件夹的方法

来源:互联网 发布:mac finder 编辑:程序博客网 时间:2024/06/05 04:24
转自stackoverflow:
http://stackoverflow.com/questions/115983/how-do-i-add-an-empty-directory-to-a-git-repository
 


Another way to make a directory stay empty (in the repo) is to create a .gitignore inside that directory that contains two lines:


在空目录下创建.gitignore文件。


文件内写入如下代码,可以排除空目录下所有文件被跟踪: 


# Ignore everything in this directory 

# Except this file !.gitignore 
作者:KKcat
    
出处:http://jinzhao.cnblogs.com/
个人博客:http://jinzhao.me/
    
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
0 0
原创粉丝点击