From 484f6f4c269c48100af8322cd436b296dcdea4d2 Mon Sep 17 00:00:00 2001 From: zbarsky-openai Date: Thu, 8 Jan 2026 10:50:58 -0500 Subject: [PATCH] gitignore bazel-* (#8911) QoL improvement so we don't accidentally add these dirs while we prototype bazel things --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 07bc15ccdd..8f39b7b1c8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ node_modules # build dist/ +bazel-* build/ out/ storybook-static/