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
  8561a16a_7caa_b485_43f8_a9bb1ef28d27["add_custom_ignore_filename()"]
  a558c8e1_3e7c_59d2_b113_bacec65ba188["dir.rs"]
  8561a16a_7caa_b485_43f8_a9bb1ef28d27 -->|defined in| a558c8e1_3e7c_59d2_b113_bacec65ba188
  4e744744_5061_ebe6_cdd2_25a38709bad1["custom_ignore()"]
  4e744744_5061_ebe6_cdd2_25a38709bad1 -->|calls| 8561a16a_7caa_b485_43f8_a9bb1ef28d27
  6fc51294_5187_4c70_1acc_9ff8488e6881["custom_ignore_over_ignore()"]
  6fc51294_5187_4c70_1acc_9ff8488e6881 -->|calls| 8561a16a_7caa_b485_43f8_a9bb1ef28d27
  157735d2_2986_738b_0de4_d9ba9ee02849["custom_ignore_precedence()"]
  157735d2_2986_738b_0de4_d9ba9ee02849 -->|calls| 8561a16a_7caa_b485_43f8_a9bb1ef28d27
  style 8561a16a_7caa_b485_43f8_a9bb1ef28d27 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, defined in crates/ignore/src/dir.rs.
Where is add_custom_ignore_filename() defined?
add_custom_ignore_filename() is defined in crates/ignore/src/dir.rs at line 711.
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