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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -