Remove bun.lockb from templates

Users will generate their own lockfile on first install. This avoids
binary file issues with omnix text substitution and ensures fresh
dependency resolution.
This commit is contained in:
♥ Minnie ♥ 2025-11-14 11:35:19 +08:00
parent b558e10bdb
commit 304367cde5
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
# Dependencies # Dependencies
node_modules/ node_modules/
bun.lockb
# Build output # Build output
dist/ dist/

Binary file not shown.