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

request: Don't remove custom modules added in Intellij #589

Open
1 task done
pavanpodila opened this issue Oct 13, 2023 · 2 comments
Open
1 task done

request: Don't remove custom modules added in Intellij #589

pavanpodila opened this issue Oct 13, 2023 · 2 comments

Comments

@pavanpodila
Copy link

pavanpodila commented Oct 13, 2023

Is there an existing feature request for this?

  • I have searched the existing issues.

Command

No response

Description

In my current Intellij project, I also have some custom modules that are not managed by melos. Unfortunately, each time I run melos bs, it rewrites the .idea/modules.xml file and I have to keep adding it back. Can we add an option in the melos.yaml to retain non-melos managed modules ?

Reasoning

It will greatly help where there are custom modules added manually to the Intellij Project.

Additional context and comments

No response

@spydon
Copy link
Collaborator

spydon commented Jan 7, 2024

@pavanpodila do you have any ideas of how to implement this? Maybe Intellij offers a way so that we could have this in a separate file that we then can import in modules.xml? I think it would be hard to know what melos should remove and what it shouldn't otherwise.

@pavanpodila
Copy link
Author

I think we can take the option in melos.yaml, just like the workspace packages. We could call it excluded packages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants