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
  5114ff0e_27c0_e642_2f39_ae2e9d48b450["add_custom_ignore_filename()"]
  8031325b_dcd2_8c49_70e7_46191ce03a79["walk.rs"]
  5114ff0e_27c0_e642_2f39_ae2e9d48b450 -->|defined in| 8031325b_dcd2_8c49_70e7_46191ce03a79
  75e1b45e_f567_00e0_c026_5153da9fdf0d["custom_ignore()"]
  75e1b45e_f567_00e0_c026_5153da9fdf0d -->|calls| 5114ff0e_27c0_e642_2f39_ae2e9d48b450
  eee76249_e82d_3140_a53b_f288ebad4218["custom_ignore_exclusive_use()"]
  eee76249_e82d_3140_a53b_f288ebad4218 -->|calls| 5114ff0e_27c0_e642_2f39_ae2e9d48b450
  style 5114ff0e_27c0_e642_2f39_ae2e9d48b450 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, defined in crates/ignore/src/walk.rs.
Where is add_custom_ignore_filename() defined?
add_custom_ignore_filename() is defined in crates/ignore/src/walk.rs at line 743.
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