Home / Function/ add_custom_ignore_filename() — tailwindcss Function Reference

add_custom_ignore_filename() — tailwindcss Function Reference

Architecture documentation for the add_custom_ignore_filename() function in dir.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  98837c46_31c0_83f7_649e_4eeb3580d717["add_custom_ignore_filename()"]
  7c8bc7c4_7dd0_d829_9332_58553c511460["custom_ignore()"]
  7c8bc7c4_7dd0_d829_9332_58553c511460 -->|calls| 98837c46_31c0_83f7_649e_4eeb3580d717
  19d156d4_7c5c_d5ed_6f56_d112749db9a1["custom_ignore_over_ignore()"]
  19d156d4_7c5c_d5ed_6f56_d112749db9a1 -->|calls| 98837c46_31c0_83f7_649e_4eeb3580d717
  f0c99ae8_fcd9_3c14_092d_773616d8e5ad["custom_ignore_precedence()"]
  f0c99ae8_fcd9_3c14_092d_773616d8e5ad -->|calls| 98837c46_31c0_83f7_649e_4eeb3580d717
  style 98837c46_31c0_83f7_649e_4eeb3580d717 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/dir.rs lines 711–718

    pub(crate) fn add_custom_ignore_filename<S: AsRef<OsStr>>(
        &mut self,
        file_name: S,
    ) -> &mut IgnoreBuilder {
        self.custom_ignore_filenames
            .push(file_name.as_ref().to_os_string());
        self
    }

Domain

Subdomains

Frequently Asked Questions

What does add_custom_ignore_filename() do?
add_custom_ignore_filename() is a function in the tailwindcss codebase.
What calls add_custom_ignore_filename()?
add_custom_ignore_filename() is called by 3 function(s): custom_ignore, custom_ignore_over_ignore, custom_ignore_precedence.

Analyze Your Own Codebase

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

Try Supermodel Free