From c8082debc73d45f4662d03cb733e71cd78d3747f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 27 Feb 2024 12:06:27 +0100 Subject: [PATCH] chore(taplo): ignore some directories Signed-off-by: Harald Hoyer --- taplo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taplo.toml b/taplo.toml index 696fb7b..f9577a5 100644 --- a/taplo.toml +++ b/taplo.toml @@ -1,3 +1,5 @@ +exclude = [".direnv/**/*", "target/**/*", "vendor/**/*"] + [formatting] reorder_keys = false inline_table_expand = false