I’m running into a minor annoyance where IDEA keep...
# intellij
d
I’m running into a minor annoyance where IDEA keeps adding .idea/kotlinc.xml to a non-kotlin project. Unfortunately for reasons
.idea
is not in the
.gitignore
, so I keep having to delete it. Does anyone know if there’s a way to prevent IDEA from re-generating that file in a non-Kotlin project?
p
dalexander: there is a git feature called:
assume unchanged
d
Ah, yes I’ll probably look into that for this issue, I’ve used it before on this project for other .idea/ files but it’s always a hassle if things are actually changed because then git will complain and it takes a small amount of effort to actually convince it that everything is fine again.