Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update git ignore #343

Open
2 tasks
simonhauck opened this issue Aug 17, 2024 · 1 comment
Open
2 tasks

Update git ignore #343

simonhauck opened this issue Aug 17, 2024 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@simonhauck
Copy link
Collaborator

⚠️ 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?

  • Yes
  • No
@cortinico
Copy link
Owner

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

@cortinico cortinico added help wanted Extra attention is needed good first issue Good for newcomers labels Aug 20, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants