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 c1cd4b73_8dd6_92da_2031_b96b29633f43["add_custom_ignore_filename()"] 510a4ebc_9a2a_672a_2d6d_a56dabd1134b["dir.rs"] c1cd4b73_8dd6_92da_2031_b96b29633f43 -->|defined in| 510a4ebc_9a2a_672a_2d6d_a56dabd1134b 22bf889e_737a_a545_2ac2_c327f85dd418["custom_ignore()"] 22bf889e_737a_a545_2ac2_c327f85dd418 -->|calls| c1cd4b73_8dd6_92da_2031_b96b29633f43 8d776244_7360_01ee_5af9_5e53f8539e11["custom_ignore_over_ignore()"] 8d776244_7360_01ee_5af9_5e53f8539e11 -->|calls| c1cd4b73_8dd6_92da_2031_b96b29633f43 b894ef62_4c94_a0d3_d235_87304c6374b4["custom_ignore_precedence()"] b894ef62_4c94_a0d3_d235_87304c6374b4 -->|calls| c1cd4b73_8dd6_92da_2031_b96b29633f43 style c1cd4b73_8dd6_92da_2031_b96b29633f43 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
Defined In
Source
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