From 0a5b4656c32a68c7555450e2c9509dc11da144bf Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Thu, 22 May 2025 08:03:17 +0000
Subject: [PATCH] chore(taplo): Exclude `target` dir
Signed-off-by: Awiteb
---
.taplo.toml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.taplo.toml b/.taplo.toml
index 607d5a8..39e5bd9 100644
--- a/.taplo.toml
+++ b/.taplo.toml
@@ -1,3 +1,5 @@
+exclude = ["target/**/*.toml", "Cargo.lock"]
+
[formatting]
align_entries = true
indent_tables = true