Home / Function/ git_exclude() — tailwindcss Function Reference

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
  8b798e5e_30f4_89f3_85bf_37566d72b3e7["git_exclude()"]
  510a4ebc_9a2a_672a_2d6d_a56dabd1134b["dir.rs"]
  8b798e5e_30f4_89f3_85bf_37566d72b3e7 -->|defined in| 510a4ebc_9a2a_672a_2d6d_a56dabd1134b
  0b6611f3_9e1d_0a3b_157b_ef9bb2bc3d89["tmpdir()"]
  8b798e5e_30f4_89f3_85bf_37566d72b3e7 -->|calls| 0b6611f3_9e1d_0a3b_157b_ef9bb2bc3d89
  c80dd0da_2638_ff74_8c3d_7986668a41c5["mkdirp()"]
  8b798e5e_30f4_89f3_85bf_37566d72b3e7 -->|calls| c80dd0da_2638_ff74_8c3d_7986668a41c5
  195d465d_cb01_6c11_b964_d3f792d97f6f["path()"]
  8b798e5e_30f4_89f3_85bf_37566d72b3e7 -->|calls| 195d465d_cb01_6c11_b964_d3f792d97f6f
  fe4c91f2_5b95_b103_1edb_19b3ea6da080["wfile()"]
  8b798e5e_30f4_89f3_85bf_37566d72b3e7 -->|calls| fe4c91f2_5b95_b103_1edb_19b3ea6da080
  ea4007ac_a311_c454_45f6_4e3ba7192b1a["build()"]
  8b798e5e_30f4_89f3_85bf_37566d72b3e7 -->|calls| ea4007ac_a311_c454_45f6_4e3ba7192b1a
  5f1e446c_b1a6_cd2c_2707_77480f9eaad4["add_child()"]
  8b798e5e_30f4_89f3_85bf_37566d72b3e7 -->|calls| 5f1e446c_b1a6_cd2c_2707_77480f9eaad4
  df4238ce_ff67_ee56_17ce_54ac1d2fa297["matched()"]
  8b798e5e_30f4_89f3_85bf_37566d72b3e7 -->|calls| df4238ce_ff67_ee56_17ce_54ac1d2fa297
  style 8b798e5e_30f4_89f3_85bf_37566d72b3e7 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

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