Home / Class/ Gitignore Class — tailwindcss Architecture

Gitignore Class — tailwindcss Architecture

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

Entity Profile

Relationship Graph

Source Code

crates/ignore/src/gitignore.rs lines 81–90

pub struct Gitignore {
    set: GlobSet,
    root: PathBuf,
    globs: Vec<Glob>,
    num_ignores: u64,
    num_whitelists: u64,
    matches: Option<Arc<Pool<Vec<usize>>>>,
    // 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