摘要: 创建 .gitignore 文件 touch .gitignore 1、从未提交过的文件可以用 .gitignore 。也就是添加之后从来没有提交 commit 过的文件,可以使用 .gitignore忽略该文件。 比如 // 只针对文件夹名,不管路径.ide... 阅读全文
posted @ 2018-02-27 13:22 游园拾忆 阅读(48) 评论(0) 推荐(0) 编辑