romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
732 stars 20 forks source link

Remove .idea and local.properties from git index #16

Closed EpicDima closed 2 months ago

romainguy commented 3 months ago

You are removing too much, you can't just put all of .idea in .gitignore. Your other PR is a good example of why: your formatting clashes with that of the project.

EpicDima commented 2 months ago

I'm sorry, but there are places where the code styles from .idea also clashes with what is now, if I'm not mistaken. I think leaving these files in .idea will not help solve this problem in any way, but it complicates the commit process a little. With all due respect, I may be wrong.