diff .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 diff
--- a/.hgignore	Thu Oct 09 06:41:49 2025 -0700
+++ b/.hgignore	Thu Oct 09 06:45:50 2025 -0700
@@ -1,6 +1,6 @@
 syntax: glob
 
-# 1) Bazel’s output base directories (e.g. bazel-<workspace-hash>/)
+# Bazel specifics
 bazel-*/
 *.runfiles/
 *.runfiles_manifest
@@ -8,7 +8,13 @@
 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