Skip to content

Commit 6cfa490

Browse files
authored
Add "bun.lock" to .gitignore (#3550)
Bun v1.2 changed the default lockfile format to the text-based `bun.lock`. Source: https://bun.sh/docs/install/lockfile
1 parent 9f942f9 commit 6cfa490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ node_modules
22
yarn.lock
33
package-lock.json
44
bun.lockb
5+
bun.lock
56
dist
67

78
.DS_Store

0 commit comments

Comments
 (0)