文章

gitignore文件不起作用

.gitignore文件不起作用

1
2
3
git rm -r --cached .
git add .
git commit -m "update .gitignore"  // windows使用的命令时,需要使用双引号
本文由作者按照 CC BY 4.0 进行授权