mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 23:56:29 +03:00
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:
co-authored by
Claude Opus 4.6
parent
2233d82f3a
commit
9341feeac1
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user