mirror of
https://github.com/sajenim/javascript-template.git
synced 2025-12-17 03:50:40 +08:00
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:
parent
b558e10bdb
commit
304367cde5
2 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
# Dependencies
|
||||
node_modules/
|
||||
bun.lockb
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue