Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2018-07-07 04:46:38 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-07-25 21:33:06 +0300
commitf41dd5592ef4df3d200269e536a1693919d73b25 (patch)
tree3dab1cd7984ccc3ede8d5978695bda5106523edb /.gitignore
parentb675fe360e60e4a21fd683e980066ca09adc1a03 (diff)
tools: produce JSON documentation using unified/remark/rehype
PR-URL: https://github.com/nodejs/node/pull/21697 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e12e4eab6a1..1d901b3a699 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,6 +106,9 @@ deps/npm/node_modules/.bin/
/*.pkg
/SHASUMS*.txt*
+# api docs artifacts
+tools/doc/node_modules
+
# test artifacts
tools/remark-cli/node_modules
tools/remark-preset-lint-node/node_modules