Home / Function/ only_on_files() — tailwindcss Function Reference

only_on_files() — tailwindcss Function Reference

Architecture documentation for the only_on_files() function in gitignore.rs from the tailwindcss codebase.

Entity Profile

Relationship Graph

Source Code

crates/ignore/src/gitignore.rs lines 569–572

    pub fn only_on_files(&mut self, yes: bool) -> &mut GitignoreBuilder {
        self.only_on_files = yes;
        self
    }

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free