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

Dependency Diagram

graph TD
  05cb4563_45e5_f6ab_d96c_cc310faee591["only_on_files()"]
  714a3a15_03d5_1e35_b535_53da70bce8eb["gitignore.rs"]
  05cb4563_45e5_f6ab_d96c_cc310faee591 -->|defined in| 714a3a15_03d5_1e35_b535_53da70bce8eb
  style 05cb4563_45e5_f6ab_d96c_cc310faee591 fill:#6366f1,stroke:#818cf8,color:#fff

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

Frequently Asked Questions

What does only_on_files() do?
only_on_files() is a function in the tailwindcss codebase, defined in crates/ignore/src/gitignore.rs.
Where is only_on_files() defined?
only_on_files() is defined in crates/ignore/src/gitignore.rs at line 569.

Analyze Your Own Codebase

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

Try Supermodel Free