如何避免提交DW动态文件?

时间:2012-11-13 08:49:22

标签: git dreamweaver commit gitignore

提交git时请我处理DreamWeaver动态文件(* / _ notes / dwsync.xml)。它们很多,我不知道如何隐藏它们,因为它们是动态的(所以不可能将它们添加到.gitignore中)。有人知道如何解决这个问题吗?

=================================

获得解决方案后的UPD

如果您仍然看到dwsync.xml,请清理git cash:

git rm . -r --cached 

它应该有帮助

2 个答案:

答案 0 :(得分:6)

将此添加到您的.gitignore文件中,位于存储库的根目录中:

[_]notes/

让我知道你怎么走,它对我有用。

答案 1 :(得分:-3)

gitignore _notes dir?

必须阅读git-docs 才能使用git