This plugin makes it possible to manage your project excluded files through configuration files that you can track in version control.
The plugin watches any .managed-excludes files and expect the following format
apps/go-app/lib
# The file can contain comment
# The paths are relative to the current file's directory
apps/go-app/app
The plugin also provides support for *.bazelproject files and will prompt you to track them in order to track excluded paths from the file
(only explicit exclusions are supported, there is no support for the allow pattern).
Detected WORKSPACE.bazel or WORKSPACE files will also automatically exclude their output directories unless you specifically disable it.
You can display the configuration of the plugin by invoking the "Debug managed excludes" intention.

When used in conjunction with Jetbrains Gateway, this plugin should be installed on the host.
-
Through a custom plugin repository (recommended) :
You can use https://raw.githubusercontent.com/gplassard/managed-excludes/main/updatePlugins.xml as a plugin repository Settings/Preferences > Plugins > ⚙️ > Manage Plugin Repositories...

-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.
