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 fbecc2f9_c74c_a95e_5a2e_a6b3e5a0990d["add_custom_ignore_filename()"] b3ca296d_790b_9bf3_23ea_56e5c5c48565["walk.rs"] fbecc2f9_c74c_a95e_5a2e_a6b3e5a0990d -->|defined in| b3ca296d_790b_9bf3_23ea_56e5c5c48565 87326dda_3c0c_7d06_348b_20c332cbd44e["custom_ignore()"] 87326dda_3c0c_7d06_348b_20c332cbd44e -->|calls| fbecc2f9_c74c_a95e_5a2e_a6b3e5a0990d ad763435_30f4_9274_9958_80110bcb1795["custom_ignore_exclusive_use()"] ad763435_30f4_9274_9958_80110bcb1795 -->|calls| fbecc2f9_c74c_a95e_5a2e_a6b3e5a0990d style fbecc2f9_c74c_a95e_5a2e_a6b3e5a0990d 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
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/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