Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ node_modules/
dist/
*.tsbuildinfo
.codeanalyzer/
bun.lock
# bun.lock is TRACKED (#107): CI runs `bun install --frozen-lockfile`, which is a silent
# no-op without it. bun.lockb is the superseded binary format and stays out.
bun.lockb
.DS_Store
# The PyPI long-description is the repo root README, copied in by build_wheels.sh at build time
Expand Down
Loading
Loading