Skip to content

gplassard/managed-excludes

Repository files navigation

Managed Excludes

Build Version Downloads

This plugin makes it possible to manage your project excluded files through configuration files that you can track in version control.

Managed excludes files

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

managed-excludes

Bazel project files

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). bazelproject Detected WORKSPACE.bazel or WORKSPACE files will also automatically exclude their output directories unless you specifically disable it.

Debug

You can display the configuration of the plugin by invoking the "Debug managed excludes" intention. debug

Jetbrains Gateway

When used in conjunction with Jetbrains Gateway, this plugin should be installed on the host.

Installation


Plugin based on the IntelliJ Platform Plugin Template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors