summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-08-24 11:30:45 +0200
committerMichaël Zasso <targos@protonmail.com>2018-08-25 17:09:59 +0200
commite10290cc67edd5118d4d72efa5336dc2ba652d05 (patch)
tree025558410d04baa41f2acdd2b235aa5ccfd3ee4e /.gitignore
parent5d210d4ac938a16d132a1433857927c5c58a8954 (diff)
downloadandroid-node-v8-e10290cc67edd5118d4d72efa5336dc2ba652d05.tar.gz
android-node-v8-e10290cc67edd5118d4d72efa5336dc2ba652d05.tar.bz2
android-node-v8-e10290cc67edd5118d4d72efa5336dc2ba652d05.zip
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: https://github.com/nodejs/node/pull/22500 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 255a4c5a4b..9d6096cf92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -110,6 +110,9 @@ deps/npm/node_modules/.bin/
# api docs artifacts
tools/doc/node_modules
+# clang-format artifacts
+tools/clang-format/node_modules
+
# test artifacts
tools/remark-cli/node_modules
tools/remark-preset-lint-node/node_modules