annotate .hgignore @ 36:84672efec192

[Zenbu] WIP fixing issues regarding to using edge only. I think there is a problem where socket closes before sending back the info.
author MrJuneJune <me@mrjunejune.com>
date Sun, 09 Nov 2025 06:25:16 -0800
parents 33b1caf051cd
children fb9bcd3145cb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
ad69c414a881 [Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents: 8
diff changeset
1 syntax: glob
ad69c414a881 [Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents: 8
diff changeset
2
27
b212647e8654 [Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents: 18
diff changeset
3 # Bazel specifics
8
98f96b8032e5 [GuiZe] Creating custom bazel rule to deploy to github easily.
June Park <parkjune1995@gmail.com>
parents:
diff changeset
4 bazel-*/
10
ad69c414a881 [Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents: 8
diff changeset
5 *.runfiles/
ad69c414a881 [Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents: 8
diff changeset
6 *.runfiles_manifest
ad69c414a881 [Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents: 8
diff changeset
7 bazel-*/testlogs/
ad69c414a881 [Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents: 8
diff changeset
8 bazel-*/external/
ad69c414a881 [Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents: 8
diff changeset
9 .bazelcache/
ad69c414a881 [Misc] Update hgignore to properly ignore output folders.
June Park <parkjune1995@gmail.com>
parents: 8
diff changeset
10
27
b212647e8654 [Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents: 18
diff changeset
11 # Folder for unpacking standalone bazel target.
15
2b9e75756825 [GuiZe] Updated to handle bundling and created a shee
June Park <parkjune1995@gmail.com>
parents: 10
diff changeset
12 projects/*
18
fa2b8af609d9 [Seobeo] Fixed a bug with pathing. Support SSL.
June Park <parkjune1995@gmail.com>
parents: 15
diff changeset
13
27
b212647e8654 [Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents: 18
diff changeset
14 # Git backup on private github... probably remove and just upload to my s3 bucket directly or something.
18
fa2b8af609d9 [Seobeo] Fixed a bug with pathing. Support SSL.
June Park <parkjune1995@gmail.com>
parents: 15
diff changeset
15 .git/*
fa2b8af609d9 [Seobeo] Fixed a bug with pathing. Support SSL.
June Park <parkjune1995@gmail.com>
parents: 15
diff changeset
16 .gitignore
27
b212647e8654 [Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents: 18
diff changeset
17
b212647e8654 [Bun] Adding OS specific files that I used for testing as to be ignored.
June Park <parkjune1995@gmail.com>
parents: 18
diff changeset
18 # Bun specific this is os dependent so should be ignored.
29
ddfa53157710 [Bun] Forgot to add the removed files and remove . from third_party
June Park <parkjune1995@gmail.com>
parents: 28
diff changeset
19 third_party/bun/bun
ddfa53157710 [Bun] Forgot to add the removed files and remove . from third_party
June Park <parkjune1995@gmail.com>
parents: 28
diff changeset
20 third_party/bun/node_modules/
35
33b1caf051cd Updated ignored file to ignore playground.
MrJuneJune <me@mrjunejune.com>
parents: 29
diff changeset
21
33b1caf051cd Updated ignored file to ignore playground.
MrJuneJune <me@mrjunejune.com>
parents: 29
diff changeset
22 # Playground
33b1caf051cd Updated ignored file to ignore playground.
MrJuneJune <me@mrjunejune.com>
parents: 29
diff changeset
23 playground/