chore: manage bun.lockb in Docker and project configuration
- Update .dockerignore to exclude bun.lockb - Modify .gitignore to track bun.lockb - Update Dockerfile to remove bun.lockb copy step - Add bun.lockb binary lockfile to the repository
This commit is contained in:
@@ -73,6 +73,7 @@ temp/
|
||||
.cloud/
|
||||
*.db
|
||||
*.db-*
|
||||
bun.lockb
|
||||
.cursor/
|
||||
.cursor*
|
||||
.cursorconfig
|
||||
Reference in New Issue
Block a user