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
  a95102dc_fadb_169b_9b52_c8a549c0d808["add_custom_ignore_filename()"]
  ab74f1a1_ac31_35da_49da_afa7b756bea4["custom_ignore()"]
  ab74f1a1_ac31_35da_49da_afa7b756bea4 -->|calls| a95102dc_fadb_169b_9b52_c8a549c0d808
  b605afcc_84e6_88ca_ce52_34a0b5054e5a["custom_ignore_exclusive_use()"]
  b605afcc_84e6_88ca_ce52_34a0b5054e5a -->|calls| a95102dc_fadb_169b_9b52_c8a549c0d808
  style a95102dc_fadb_169b_9b52_c8a549c0d808 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
    }

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