Ignore package-lock.json (project uses bun.lock)

npm subprocesses can regenerate a stray package-lock.json (last time
this happened, it was reverted in 3ca60a8). Add it to .gitignore so it
stops showing up as untracked.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-04-11 17:26:45 -07:00
co-authored by Claude Opus 4.6
parent 2233d82f3a
commit 9341feeac1
+4
View File
@@ -1,6 +1,10 @@
# Dependencies
node_modules/
# npm lockfile (project uses bun.lock; npm may regenerate this as a side
# effect of npm subprocesses, but it should not be tracked)
package-lock.json
# Generated files
dist/
build/