Git ignore refresh
GIT使用,修改 .gitignore 文件,如何重新生效
git rm -r --cached . # 清除缓存
git add . # 追踪文件
git commit -m "更新.gitignore" # 注释提交
git push origin master # 推送远程
GIT使用,修改 .gitignore 文件,如何重新生效
git rm -r --cached . # 清除缓存
git add . # 追踪文件
git commit -m "更新.gitignore" # 注释提交
git push origin master # 推送远程