No matter how I structure my .gitignore, I cannot ignore app / app.iml through Android Studio 2.0.0.
So far, I have tried to ignore all * .iml files in the standard Android Studio .gitignore github template, and also directly target the file.
app/app.iml *.iml
Does anyone encounter a similar problem with this particular file or other * .iml files? How did you resolve it?
source share