From 1405bf65ded081a3fa159f0db36b6ac772ab1810 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 2 Apr 2026 08:26:17 +0100 Subject: [PATCH] Updated .treefmt to exclude more files and directories --- .treefmt.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.treefmt.toml b/.treefmt.toml index 8ae8c023..0e6248a0 100644 --- a/.treefmt.toml +++ b/.treefmt.toml @@ -28,9 +28,15 @@ excludes = [ "*.yaml", "*.yml", "docker/**", + "temp/**", "scripts/clang-format-wrapper", "include/etl/generators/**", - "include/etl/private/*_cpp03.h" + "include/etl/private/*_cpp03.h", + "subprojects/**", + "test/UnitTest++/**", + "test/Deprecated/**", + "test/Performance/**", + "test/temp/**" ] [formatter.cpp]