cortinico / ktfmt-gradle

A Gradle plugin to apply ktfmt to your builds, and reformat you Kotlin source code like a glimpse ๐Ÿงน๐Ÿ˜
MIT License
150 stars 20 forks source link

Update git ignore #343

Open simonhauck opened 1 month ago

simonhauck commented 1 month ago

โš ๏ธ Is your feature request related to a problem? Please describe

When checking out the project, there are often changes in idea files that could be ignored since they are set by gradle.

๐Ÿ’ก Describe the solution you'd like

Using the https://www.toptal.com/developers/gitignore generator with gradle and intellij recommends ignoring additionally

misc.xml - This is depending on the IDE and java version. And the project can be compiled with java 11 / 17 jarRepositories - this is set by gradle and must not be checked in gradle.xml - This file is also auto generated with gradle and must not be checked in compiler.xml - Contains the java version. Changes if someone develops with another java version

๐Ÿคš Do you want to develop this feature yourself?

cortinico commented 1 month ago

Using the toptal.com/developers/gitignore generator with gradle and intellij recommends ignoring additionally

I'm up for changing it ๐Ÿ‘ we could also upstream the change inside https://github.com/cortinico/kotlin-gradle-plugin-template/ which is the template where this plugin is generated from