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:
authorDaniel Cobo <danielcobo@users.noreply.github.com>2021-11-07 20:49:31 +0300
committerGar <gar+gh@danger.computer>2021-11-08 19:42:48 +0300
commit2039184189314aa17c3ae1df1447dc778eee0a74 (patch)
tree71ca83c43dc98336117fa4ea2bec1d60069b510a
parent203fedf5b1eba78b76ebacbda88f215caabea6ca (diff)
docs: By default npm ignores .gitignore and .npmignore
PR-URL: https://github.com/npm/cli/pull/4009 Credit: @danielcobo Close: #4009 Reviewed-by: @wraithgar
-rw-r--r--docs/content/using-npm/developers.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/using-npm/developers.md b/docs/content/using-npm/developers.md
index a76808ca6..5fc2e5876 100644
--- a/docs/content/using-npm/developers.md
+++ b/docs/content/using-npm/developers.md
@@ -119,7 +119,9 @@ need to add them to `.npmignore` explicitly:
* `._*`
* `.DS_Store`
* `.git`
+* `.gitignore`
* `.hg`
+* `.npmignore`
* `.npmrc`
* `.lock-wscript`
* `.svn`