I\'m trying to remove a previously tracked directory from git, which works, but it\'s being added back with each subsequent git add ., git add -A, etc.
git add .
git add -A
Add the file to git ignore, then
git update-index --assume-unchanged