我有我的.gitignore
文件在root/.gitignore
。我想忽略root/path/to/folder
中的文件夾/目錄。在我的.gitignore
我有root/path/to/folder
。.gitignore即使在刪除緩存後仍會跟蹤文件
我做
git rm --cached path/to/folder
git add .
git commit -m "some message"
但後來我回去該文件夾中改變文件,然後當我做git的狀態,它顯示爲修改。
爲什麼git不忽略這個文件夾?
是的,我建議在我的回答以及之前。 – VonC
欣賞,當我看着它,沒有答案,所以我發佈了一個。 – jAvA