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.
21 lines
244 B
Plaintext
21 lines
244 B
Plaintext
*.iml
|
|
.gradle
|
|
local.properties
|
|
.DS_Store
|
|
/build
|
|
build/
|
|
/captures
|
|
.externalNativeBuild
|
|
/release
|
|
/tmp
|
|
node_modules/
|
|
/app/app
|
|
/app/google
|
|
/app/gradle.properties
|
|
/package-lock.json
|
|
.idea/
|
|
# Kotlin 2.0
|
|
.kotlin/
|
|
/.vscode/settings.json
|
|
/.codex/skills
|