# HG changeset patch # User June Park # Date 1760017950 25200 # Node ID ddfa531577107885e34d18584cb9a724a5e953a6 # Parent de3b9d1dca5119ea20f5e6eed490a3f8397203c5 [Bun] Forgot to add the removed files and remove . from third_party diff -r de3b9d1dca51 -r ddfa53157710 .hgignore --- a/.hgignore Thu Oct 09 06:48:20 2025 -0700 +++ b/.hgignore Thu Oct 09 06:52:30 2025 -0700 @@ -16,5 +16,5 @@ .gitignore # Bun specific this is os dependent so should be ignored. -.third_party/bun/bun -.third_party/bun/node_modules/ +third_party/bun/bun +third_party/bun/node_modules/