mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Regenerate yarn.lock to include prettier dependency that was added to package.json but missing from the lockfile, causing CI to fail with --frozen-lockfile. Also add package-lock.json to .gitignore since the project uses yarn. Signed-off-by: Ramon Roche <mrpollo@gmail.com>
25 lines
295 B
Plaintext
25 lines
295 B
Plaintext
# vitepress - user guide
|
|
node_modules/
|
|
.vitepress/cache/
|
|
.vitepress/dist/
|
|
.vitepress/.temp/
|
|
|
|
# Book build output
|
|
_book
|
|
|
|
#log folder
|
|
logs
|
|
|
|
#backup files
|
|
*.bak
|
|
|
|
#Yarn log
|
|
yarn-error.log
|
|
|
|
# npm lockfile (project uses yarn)
|
|
package-lock.json
|
|
|
|
|
|
# Generated alternative _summary.md
|
|
# **/*/_summary.md
|