美文网首页
2018-11-14 mistakes in .gitignor

2018-11-14 mistakes in .gitignor

作者: 五大RobertWu伍洋 | 来源:发表于2018-11-25 21:18 被阅读6次

I used "test/' in .gitignore file in tianyi project

then I wonder why the remote founds no JUnit Test file ?

finally, I found out that I should use "/test/" instead of "test/" in git ignore file since "test/" means any folder that contains the "test" folder.

My God !

相关文章

网友评论

      本文标题:2018-11-14 mistakes in .gitignor

      本文链接:https://www.haomeiwen.com/subject/hqisfqtx.html