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

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -