Skip to content

Commit 14ac77e

Browse files
committed
tools: add missing package-lock to clang-format
`npm ci` fails where there is no package-lock.json. Also add the `node_modules` directory to .gitignore. PR-URL: #22500 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 81d824b commit 14ac77e

File tree

2 files changed

+116
-0
lines changed

2 files changed

+116
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ deps/npm/node_modules/.bin/
110110
# api docs artifacts
111111
tools/doc/node_modules
112112

113+
# clang-format artifacts
114+
tools/clang-format/node_modules
115+
113116
# test artifacts
114117
tools/remark-cli/node_modules
115118
tools/remark-preset-lint-node/node_modules

tools/clang-format/package-lock.json

+113
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)