view .hgignore @ 25:342726584be2

[Bun] Fixed how bun would be ran within bazel.
author June Park <parkjune1995@gmail.com>
date Thu, 09 Oct 2025 06:41:02 -0700
parents fa2b8af609d9
children b212647e8654
line wrap: on
line source

syntax: glob

# 1) Bazel’s output base directories (e.g. bazel-<workspace-hash>/)
bazel-*/
*.runfiles/
*.runfiles_manifest
bazel-*/testlogs/
bazel-*/external/
.bazelcache/

projects/*

.git/*
.gitignore