Skip to content

Commit

Permalink
fix: add bun.lock to .gitattributes, .gitignore, and docs
Browse files Browse the repository at this point in the history
Fixes oven-sh#16462. Supersedes oven-sh#16324.
  • Loading branch information
fel1x-developer committed Feb 2, 2025
1 parent cc68f4f commit 4c05cf7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
*.mjs text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2
*.mts text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2

*.lockb binary diff=lockb
bun.lock linguist-language=json
bun.lockb binary diff=lockb

.vscode/launch.json linguist-generated
src/api/schema.d.ts linguist-generated
Expand Down
1 change: 1 addition & 0 deletions bench/install/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ node_modules
package-lock.json
yarn.lock
pnpm-lock.yaml
bun.lock
bun.lockb
1 change: 1 addition & 0 deletions misctools/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ httpbench
fetch
tgz2hop
hop
bun.lock
bun.lockb
1 change: 1 addition & 0 deletions test/cli/install/migration/complex-workspace/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
!package-lock.json
bun.lock
bun.lockb
1 change: 1 addition & 0 deletions test/cli/install/migration/contoso-test/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
!package-lock.json
bun.lock
bun.lockb

0 comments on commit 4c05cf7

Please sign in to comment.