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:
authorcjihrig <cjihrig@gmail.com>2017-06-05 17:25:22 +0300
committercjihrig <cjihrig@gmail.com>2017-06-07 16:32:46 +0300
commitcc8fc462f1817c6443ddb288440ca349bd644bdd (patch)
tree208abf1fbe07bde47b1f74556d1fee891df61e3e /.gitignore
parent29b63a14dbffd06420cfdfbc6e3bad0200aa9e77 (diff)
gitignore: add libuv book and GitHub template
PR-URL: https://github.com/nodejs/node/pull/13306 Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b4ba0e2983f..dea969504a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -110,3 +110,8 @@ icu_config.gypi
# Xcode workspaces and project folders
*.xcodeproj
*.xcworkspace
+
+# libuv book and GitHub template
+deps/uv/.github/
+deps/uv/docs/code/
+deps/uv/docs/src/guide/