mirror of
https://github.com/sajenim/javascript-template.git
synced 2025-12-17 03:50:40 +08:00
Users will generate their own lockfile on first install. This avoids binary file issues with omnix text substitution and ensures fresh dependency resolution.
16 lines
141 B
Text
16 lines
141 B
Text
# Dependencies
|
|
node_modules/
|
|
bun.lockb
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
.next/
|
|
out/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# Direnv
|
|
.direnv/
|