Mercurial
view .hgignore @ 12:de54585a40f1
Adding bun and node modules.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 02 Oct 2025 14:39:48 -0700 |
| parents | ad69c414a881 |
| children | 2b9e75756825 |
line wrap: on
line source
syntax: glob # 1) Bazel’s output base directories (e.g. bazel-<workspace-hash>/) bazel-*/ # 2) Runfiles trees (created beside binaries) *.runfiles/ # 3) Runfile manifest files *.runfiles_manifest # 4) Test log directories bazel-*/testlogs/ # 5) External-dependency symlinks bazel-*/external/ # 6) Local Bazel cache (if you ever put it under the repo) .bazelcache/