diff options
| author | vkcku <[email protected]> | 2026-06-01 20:16:44 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 20:16:44 +0530 |
| commit | 0a8070e04b8962e429386bad2618b99a94a280b5 (patch) | |
| tree | 90c4bfbe17a36f7f4a8b3bd788ae7d6ac74f8662 | |
| parent | infra(plato): enable gitserver (diff) | |
private: initial commit
monorepo-revid: 2a3f9ad23e65594cc7a13355fbe8f2b2e110cabf
| -rw-r--r-- | root/nix/_treefmt.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/root/nix/_treefmt.nix b/root/nix/_treefmt.nix index 07056db..ea07aaa 100644 --- a/root/nix/_treefmt.nix +++ b/root/nix/_treefmt.nix @@ -4,7 +4,10 @@ let imports = [ ./_treefmt-base.nix ]; settings.excludes = [ + # keep-sorted start "infra/*" + "private/*" + # keep-sorted end ]; }; in |
