Add bun.lock to .gitignore

This commit is contained in:
2026-03-20 16:14:28 -07:00
committed by GitHub
parent 80bcd45653
commit 326a672a67

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules node_modules
*.db *.db
.env .env
bun.lock