From c67d4022ec1db8b5e90dae6acfd5f0b57dddf431 Mon Sep 17 00:00:00 2001 From: agessaman Date: Sun, 19 Jul 2026 12:35:52 -0700 Subject: [PATCH] chore: gitignore worktree build directories Worktree builds land in .build-wt-/ (177 MB in the current tree) and were untracked but not ignored. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 10d7e1b8..ae3815fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .direnv .pio +.build-wt-* .vscode/.browse.c_cpp.db* .vscode/c_cpp_properties.json .vscode/launch.json