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

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaudiahdz <cghr1990@gmail.com>2019-11-11 19:00:33 +0300
committerclaudiahdz <cghr1990@gmail.com>2019-11-14 20:11:49 +0300
commit9f943a765faf6ebb8a442e862b808dbb630e018d (patch)
treeea1491b98d241df6cd03c5f5324061c48f2f9614 /.gitignore
parentb4f5e3825535256aaada09c5e8f104570a3d96a4 (diff)
chore(docs): docs cleanup
chore(docs): change chmod markdown files chore(docs): update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 27c4f27bf..763bb30e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,7 +12,6 @@ npm-debug.log
/docs/.cache/
/docs/node_modules/
/man/
-/doc/*/npm-index.md
/npmrc
/release/
/npm-*.tgz
@@ -25,3 +24,4 @@ npm-debug.log
.nyc_output
/test/npm_cache*
/node_modules/.cache
+.DS_Store \ No newline at end of file