Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

ignore .kotlin directory #2916

Merged
merged 2 commits into from
Dec 29, 2024
Merged

ignore .kotlin directory #2916

merged 2 commits into from
Dec 29, 2024

Conversation

mgroth0
Copy link
Contributor

@mgroth0 mgroth0 commented Dec 28, 2024

Description

I do not know exactly why, but this directory gets created for me when I work on this project. I know a recent kotlin update introduced this directory, but I'm not sure why its not already ignored here.

Checklist

Before submitting the PR, please check following (checks which are not relevant may be ignored):

  • Commit message are well written. In addition to a short title, the commit message also explain why a change is made.
  • At least one commit message contains a reference Closes #<xxx> or Fixes #<xxx> (replace<xxx> with issue number)
  • Tests are added
  • KtLint format has been applied on source code itself and violations are fixed
  • PR title is short and clear (it is used as description in the release changelog)
  • PR description added (background information)

@paul-dingemans
Copy link
Collaborator

I have never noticed it. I found this issue discussing the directory: https://youtrack.jetbrains.com/issue/KT-58223/Kotlin-Gradle-plugin-shouldnt-store-data-in-project-cache-directory

@paul-dingemans
Copy link
Collaborator

Please add link as comment in .gitignore

@mgroth0
Copy link
Contributor Author

mgroth0 commented Dec 28, 2024

Sure thing. I wonder why it appeared for me and not you. Maybe I had a gradle daemon with a different gradle version up or something.

@paul-dingemans
Copy link
Collaborator

Sure thing. I wonder why it appeared for me and not you. Maybe I had a gradle daemon with a different gradle version up or something.

Well, I said that I didn't notice it. Just checked it, and it exists for me as well. But it is just a directory containing another directory sessions without any files in it. I am totally fine with ignoring it based of the reference above.

@paul-dingemans paul-dingemans merged commit 11be5a2 into pinterest:master Dec 29, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants