git 取消文件跟踪

git rm -r --cached .
git add .
git commit -m 'update .gitignore'

 

【.gitignore 文件的用途】

只能作用于 Untracked Files,也就是那些从来没有被 Git 记录过的文件(自添加以后,从未 add 及 commit 过的文件)。

如果文件曾经被 Git 记录过,那么.gitignore 就对它们完全无效

posted @ 2020-05-26 14:31  lishidefengchen  阅读(115)  评论(0编辑  收藏  举报