javascript-template/.gitignore
jasmine 304367cde5
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.
2025-11-14 11:35:19 +08:00

16 lines
141 B
Text

# Dependencies
node_modules/
bun.lockb
# Build output
dist/
build/
.next/
out/
# TypeScript
*.tsbuildinfo
next-env.d.ts
# Direnv
.direnv/