gitignore bazel-* (#8911)
QoL improvement so we don't accidentally add these dirs while we prototype bazel things
This commit is contained in:
parent
5522663f92
commit
484f6f4c26
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,6 +9,7 @@ node_modules
|
|||
|
||||
# build
|
||||
dist/
|
||||
bazel-*
|
||||
build/
|
||||
out/
|
||||
storybook-static/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue