fix: add docs/package-lock.json for VitePress CI build
The root .gitignore had a blanket `package-lock.json` rule that prevented the docs lock file from being committed. Change it to `/package-lock.json` (root-only) and commit the generated lock file so `npm ci` and setup-node cache work in the docs workflow.
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ node_modules/
|
|||||||
/app/app
|
/app/app
|
||||||
/app/google
|
/app/google
|
||||||
/app/gradle.properties
|
/app/gradle.properties
|
||||||
package-lock.json
|
/package-lock.json
|
||||||
.idea/
|
.idea/
|
||||||
# Kotlin 2.0
|
# Kotlin 2.0
|
||||||
.kotlin/
|
.kotlin/
|
||||||
|
|||||||
Generated
+2550
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user