Skip to content

Configure IntelliJ exclusions in Gradle - #424

Open
dmarcotte wants to merge 1 commit into
kson-org:mainfrom
dmarcotte:ide-index-exclusions
Open

Configure IntelliJ exclusions in Gradle#424
dmarcotte wants to merge 1 commit into
kson-org:mainfrom
dmarcotte:ide-index-exclusions

Conversation

@dmarcotte

Copy link
Copy Markdown
Contributor

This project produces a myriad of non-Gradle-default build/generated directories as part of its multi-platform and tooling builds. Some of these have many, many files which can unnecessarily bog down performance and pollute search results.

Use Gradle's idea plugin to manage these Intellij exclusions as part of our build so we have a good in-source, version-controlled, project-level home for sharing this configuration with anyone who wishes to develop KSON.

This project produces a myriad of non-Gradle-default build/generated
directories as part of its multi-platform and tooling builds. Some of
these have many, many files which can unnecessarily bog down performance
and pollute search results.

Use Gradle's `idea` plugin to manage these Intellij exclusions as part
of our build so we have a good in-source, version-controlled,
project-level home for sharing this configuration with anyone who wishes
to develop KSON.
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.

1 participant