chore: gitignore worktree build directories

Worktree builds land in .build-wt-<hash>/ (177 MB in the current tree) and
were untracked but not ignored.
This commit is contained in:
agessaman
2026-07-19 12:35:52 -07:00
parent 0e7a07afff
commit c67d4022ec
+1
View File
@@ -1,5 +1,6 @@
.direnv
.pio
.build-wt-*
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json