更新.gitignore
2023.06.14 Wed

如何应用.gitignore文件的更新。

1
2
3
4
5
git rm -r --cached .  #清除缓存
git add . #重新trace file
git commit -m "update .gitignore" #提交和注释
git push origin master #可选,如果需要同步到remote上的话

检测到页面内容有更新,是否刷新页面