git - Android studio gitignore won't ignore .iml -


iv'e added:

*.iml  

to of gitignore files in project. still being tracked, after committing .gitignore.

git track files if added file shouldn't tracked in .gitignore

in case should remove cache first add all.

important : commit current changes

git rm -r --cached .

git add .

git commit -m "file tracking - changed"


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -