comparison .hgignore @ 29:ddfa53157710

[Bun] Forgot to add the removed files and remove . from third_party
author June Park <parkjune1995@gmail.com>
date Thu, 09 Oct 2025 06:52:30 -0700
parents de3b9d1dca51
children 33b1caf051cd
comparison
equal deleted inserted replaced
28:de3b9d1dca51 29:ddfa53157710
14 # Git backup on private github... probably remove and just upload to my s3 bucket directly or something. 14 # Git backup on private github... probably remove and just upload to my s3 bucket directly or something.
15 .git/* 15 .git/*
16 .gitignore 16 .gitignore
17 17
18 # Bun specific this is os dependent so should be ignored. 18 # Bun specific this is os dependent so should be ignored.
19 .third_party/bun/bun 19 third_party/bun/bun
20 .third_party/bun/node_modules/ 20 third_party/bun/node_modules/