@eagleoutice/flowr - v2.10.9
    Preparing search index...

    Decorator around any FlowrAnalyzerProjectDiscoveryPlugin that filters discovered files by the rules in a .gitignore file found at the project root. If no .gitignore exists, the inner plugin's results are returned unchanged.

    Register as 'project-discovery:gitignore' (see BuiltInPlugins) to replace the default discovery plugin with a gitignore-aware variant.

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of FlowrAnalyzerGitignoreProjectDiscoveryPlugin
    Index

    Constructors

    Properties

    description: "Wraps a project discovery plugin and filters results by .gitignore rules." = 'Wraps a project discovery plugin and filters results by .gitignore rules.'

    A short description of what the plugin does.

    name: "flowr-analyzer-gitignore-project-discovery-plugin" = 'flowr-analyzer-gitignore-project-discovery-plugin'

    A unique, human-readable name of the plugin.

    type: ProjectDiscovery = PluginType.ProjectDiscovery

    The type of the plugin, determining when and for what purpose it is applied during the analysis.

    version: SemVer = ...

    The version of the plugin, ideally following semver.

    Methods