Skip to content

Commit 721b50b

Browse files
feat: update .gitignore to include bun.lock and benchmark files; enhance README with usage instructions for local execution
1 parent d400f28 commit 721b50b

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# dependencies (bun install)
22
node_modules
33
.cursor
4+
bun.lock
45
# output
56
out
67
dist
@@ -9,7 +10,10 @@ test
910
# code coverage
1011
coverage
1112
*.lcov
12-
13+
benchmark
14+
benchmark.md
15+
benchmark-results.json
16+
benchmark-results-comprehensive.json
1317
# logs
1418
logs
1519
_.log

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ bunkill
8181
# Scan specific directory
8282
bunkill --dir /path/to/projects
8383

84+
# Using without global installation
85+
bunx bunkill # Via Bun
86+
npx bunkill # Via npm
87+
8488
# Quick scan with immediate results
8589
bunkill --depth 1
8690
```

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)