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 walk.rs from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  b383bac3_4e53_18df_7212_4ea69ca72f56["add_custom_ignore_filename()"]
  30ff6d53_f031_f738_de31_96dc11684be3["custom_ignore()"]
  30ff6d53_f031_f738_de31_96dc11684be3 -->|calls| b383bac3_4e53_18df_7212_4ea69ca72f56
  8827e24e_83af_47b3_4098_831c48ecd44c["custom_ignore_exclusive_use()"]
  8827e24e_83af_47b3_4098_831c48ecd44c -->|calls| b383bac3_4e53_18df_7212_4ea69ca72f56
  style b383bac3_4e53_18df_7212_4ea69ca72f56 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

crates/ignore/src/walk.rs lines 743–749

    pub fn add_custom_ignore_filename<S: AsRef<OsStr>>(
        &mut self,
        file_name: S,
    ) -> &mut WalkBuilder {
        self.ig_builder.add_custom_ignore_filename(file_name);
        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 2 function(s): custom_ignore, custom_ignore_exclusive_use.

Analyze Your Own Codebase

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

Try Supermodel Free