chore: commit the lockfile, ignore tsbuildinfo
CI runs `npm ci`, which fails outright without package-lock.json — the workflow could never have passed as committed. *.tsbuildinfo is incremental typecheck state and does not belong in the tree. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -22,3 +22,6 @@ app/android/capacitor-cordova-android-plugins/
|
||||
|
||||
.DS_Store
|
||||
*.log
|
||||
|
||||
# TypeScript incremental build state
|
||||
*.tsbuildinfo
|
||||
|
||||
9275
package-lock.json
generated
Normal file
9275
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user