From 0b16b4481ac5676f89b49cf04e80b6b0793c2cba Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 19 Dec 2025 19:21:02 +0100 Subject: [PATCH] chore: ignore bun build artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cff1a8163..d074aed73 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ coverage .worktrees/ .DS_Store **/.DS_Store + +# Bun build artifacts +*.bun-build apps/macos/.build/ apps/shared/ClawdisKit/.build/ bin/clawdis-mac