gitignore: Problem: gitignore不起作用

Problem

gitignore 不起作用


Solution

git rm -r --cached .
git add .

[seems command below can be omitted, just use above two commands]
git commit -m 'update .gitignore'

https://www.cnblogs.com/sloong/p/5523244.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章