51uwb.cn

标题: Git ignore 设定不起作用解决方法 [打印本页]

作者: tuzhuke    时间: 2018-11-7 22:53
标题: Git ignore 设定不起作用解决方法
1. .gitignore 文件需要放到 master 根目录,而不是.git 文件夹下

2 然后执行如下命令
  1. git rm -r --cached .
  2. git add .
  3. git commit -m 'update .gitignore'
复制代码



作者: lyuanc    时间: 2022-4-16 01:15

感谢楼主分享感谢楼主分享,学习一下




欢迎光临 51uwb.cn (http://51uwb.cn/) Powered by Discuz! X3.3