Home / Class/ GitignoreBuilder Class — tailwindcss Architecture

GitignoreBuilder Class — tailwindcss Architecture

Architecture documentation for the GitignoreBuilder class in gitignore.rs from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

crates/ignore/src/gitignore.rs lines 304–312

pub struct GitignoreBuilder {
    builder: GlobSetBuilder,
    root: PathBuf,
    globs: Vec<Glob>,
    case_insensitive: bool,
    allow_unclosed_class: bool,
    // CHANGED: Add a flag to have Gitignore rules that apply only to files.
    only_on_files: bool,
}

Domain

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free