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

Exclude content of extracted-include-protos and extracted-protos in IntelliJ IDEA #133

Open
alexander-yevsyukov opened this issue Mar 15, 2024 · 0 comments

Comments

@alexander-yevsyukov
Copy link
Contributor

Currently, the directories extracted-include-protos and extracted-include-protos are marked as excluded in IDEA because they are subdirectories of build. The problem is that the content of this directories is not excluded:

image

This makes IDEA index these directories, and suggest files in these directories in the search results. This is what we would like to avoid.

McJava should make all the directories under extracted-include-protos and extracted-include-protos as excluded in its interaction with IDEA Gradle plugin.

We do this already for the generated/source/proto/ directories. Let's extend this practice to make it yet more convenient for the users.

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

No branches or pull requests

1 participant