chore(.gitignore): git rm -r --cached
This commit is contained in:
parent
7f3db63fb6
commit
6771f4496b
4
.gitignore
vendored
4
.gitignore
vendored
@ -42,3 +42,7 @@ src/manifest.json
|
||||
|
||||
# TIPS:如果某些文件已经加入了版本管理,现在重新加入 .gitignore 是不生效的,需要执行下面的操作
|
||||
# `git rm -r --cached .` 然后提交 commit 即可。
|
||||
|
||||
# git rm -r --cached file1 file2 ## 针对某些文件
|
||||
# git rm -r --cached dir1 dir2 ## 针对某些文件夹
|
||||
# git rm -r --cached . ## 针对所有文件
|
||||
|
Loading…
x
Reference in New Issue
Block a user