解決idea的.gitignore有時不起作用的問題

伊宇紫發表於2020-10-19

進入到你的專案目錄,依次執行下面的命令

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

 

相關文章