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
  c11ebbdd_2da8_97c8_6987_064c04dbe291["add_custom_ignore_filename()"]
  4f1a1f48_0c56_e213_fafe_bedc115b544e["custom_ignore()"]
  4f1a1f48_0c56_e213_fafe_bedc115b544e -->|calls| c11ebbdd_2da8_97c8_6987_064c04dbe291
  9d928b06_6c8a_7d84_6194_bf0101a9dd0d["custom_ignore_over_ignore()"]
  9d928b06_6c8a_7d84_6194_bf0101a9dd0d -->|calls| c11ebbdd_2da8_97c8_6987_064c04dbe291
  900c5211_b9d0_6817_aeeb_55546cd3e19a["custom_ignore_precedence()"]
  900c5211_b9d0_6817_aeeb_55546cd3e19a -->|calls| c11ebbdd_2da8_97c8_6987_064c04dbe291
  style c11ebbdd_2da8_97c8_6987_064c04dbe291 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
    }

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