gitignore bazel-* (#8911)

QoL improvement so we don't accidentally add these dirs while we
prototype bazel things
This commit is contained in:
zbarsky-openai 2026-01-08 10:50:58 -05:00 committed by GitHub
parent 5522663f92
commit 484f6f4c26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -9,6 +9,7 @@ node_modules
# build
dist/
bazel-*
build/
out/
storybook-static/