Mercurial
view .hgignore @ 27:b212647e8654
[Bun] Adding OS specific files that I used for testing as to be ignored.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 09 Oct 2025 06:45:50 -0700 |
| parents | fa2b8af609d9 |
| children | de3b9d1dca51 |
line wrap: on
line source
syntax: glob # Bazel specifics bazel-*/ *.runfiles/ *.runfiles_manifest bazel-*/testlogs/ bazel-*/external/ .bazelcache/ # Folder for unpacking standalone bazel target. projects/* # Git backup on private github... probably remove and just upload to my s3 bucket directly or something. .git/* .gitignore # Bun specific this is os dependent so should be ignored. .third_party/bun/bun .third_party/bun/node_modules