Mercurial
view .hgignore @ 31:2852b2e2363f
[Seobeo] Fixed typo.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 09 Oct 2025 06:55:07 -0700 |
| parents | ddfa53157710 |
| children | 33b1caf051cd |
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/