git_exclude() — tailwindcss Function Reference
Architecture documentation for the git_exclude() function in dir.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD be98651c_88d7_d30d_10a1_3927cda9ad23["git_exclude()"] a558c8e1_3e7c_59d2_b113_bacec65ba188["dir.rs"] be98651c_88d7_d30d_10a1_3927cda9ad23 -->|defined in| a558c8e1_3e7c_59d2_b113_bacec65ba188 676ae91e_26f7_45c2_da8a_606a73e1cfe1["tmpdir()"] be98651c_88d7_d30d_10a1_3927cda9ad23 -->|calls| 676ae91e_26f7_45c2_da8a_606a73e1cfe1 9d41d3c4_3489_159c_a174_2df116fef35e["mkdirp()"] be98651c_88d7_d30d_10a1_3927cda9ad23 -->|calls| 9d41d3c4_3489_159c_a174_2df116fef35e 1b1bc826_12bc_290a_5930_aa622cf5e9e9["path()"] be98651c_88d7_d30d_10a1_3927cda9ad23 -->|calls| 1b1bc826_12bc_290a_5930_aa622cf5e9e9 60c43916_8d33_fa5f_02fb_07ed8b5cbe67["wfile()"] be98651c_88d7_d30d_10a1_3927cda9ad23 -->|calls| 60c43916_8d33_fa5f_02fb_07ed8b5cbe67 767f0d1d_ed6b_2d39_ea17_d569e763e1dc["build()"] be98651c_88d7_d30d_10a1_3927cda9ad23 -->|calls| 767f0d1d_ed6b_2d39_ea17_d569e763e1dc e98d4cd2_6820_4001_f485_b7bd568700a1["add_child()"] be98651c_88d7_d30d_10a1_3927cda9ad23 -->|calls| e98d4cd2_6820_4001_f485_b7bd568700a1 610d87f4_d454_8c17_656c_4616db7298c0["matched()"] be98651c_88d7_d30d_10a1_3927cda9ad23 -->|calls| 610d87f4_d454_8c17_656c_4616db7298c0 style be98651c_88d7_d30d_10a1_3927cda9ad23 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/dir.rs lines 780–783
pub(crate) fn git_exclude(&mut self, yes: bool) -> &mut IgnoreBuilder {
self.opts.git_exclude = yes;
self
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does git_exclude() do?
git_exclude() is a function in the tailwindcss codebase, defined in crates/ignore/src/dir.rs.
Where is git_exclude() defined?
git_exclude() is defined in crates/ignore/src/dir.rs at line 780.
What does git_exclude() call?
git_exclude() calls 7 function(s): add_child, build, matched, mkdirp, path, tmpdir, wfile.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free