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

Stop tracking PyCharm configuration #307

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Stop tracking PyCharm configuration #307

merged 1 commit into from
Feb 15, 2024

Conversation

s-heppner
Copy link
Collaborator

Previously, the Pycharm configuration files .idea/ were tracked
in this project.
This lead to problems where multiple contributors have different
versions of PyCharm installed (and broke my PyCharm installation
at least once completely).

We therefore simply remove the .idea/ folder from being
tracked by git.

Previously, the Pycharm configuration files `.idea/` were tracked
in this project.
This lead to problems where multiple contributors have different
versions of PyCharm installed (and broke my PyCharm installation
at least once completely).

We simply remove the `.idea/` folder from being tracked by git.
@mristin
Copy link
Contributor

mristin commented Feb 15, 2024

Thanks, @s-heppner ! This makes total sense!

@mristin mristin merged commit 04a99a5 into main Feb 15, 2024
2 checks passed
@mristin mristin deleted the RemovePyCharmConfig branch February 15, 2024 08:56
s-heppner added a commit to s-heppner/aas-core-codegen that referenced this pull request Feb 15, 2024
Previously, the Pycharm configuration files .idea/ were tracked
in this project.
This lead to problems where multiple contributors have different
versions of PyCharm installed (and broke my PyCharm installation
at least once completely).

We therefore simply remove the .idea/ folder from being
tracked by git.

This is equivalent to [aas-core-meta#307](aas-core-works/aas-core-meta#307)
mristin pushed a commit to aas-core-works/aas-core-codegen that referenced this pull request Feb 15, 2024
Previously, the Pycharm configuration files .idea/ were tracked
in this project.
This lead to problems where multiple contributors have different
versions of PyCharm installed (and broke my PyCharm installation
at least once completely).

We therefore simply remove the .idea/ folder from being
tracked by git.

This is equivalent to [aas-core-meta#307].

[aas-core-meta#307]: aas-core-works/aas-core-meta#307
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.

None yet

2 participants