From 63bd25ed88782f4c4c9e6b505dcc230efb927f86 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Wed, 11 Mar 2026 14:23:32 -0700 Subject: [PATCH] chore: ignore bun.lock Co-Authored-By: Claude Opus 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b930f21e..fa1fa9a3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ dist/ /tmp/ *.log +bun.lock