From 2039184189314aa17c3ae1df1447dc778eee0a74 Mon Sep 17 00:00:00 2001 From: Daniel Cobo Date: Sun, 7 Nov 2021 18:49:31 +0100 Subject: [PATCH] docs: By default npm ignores .gitignore and .npmignore PR-URL: https://github.com/npm/cli/pull/4009 Credit: @danielcobo Close: #4009 Reviewed-by: @wraithgar --- docs/content/using-npm/developers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/using-npm/developers.md b/docs/content/using-npm/developers.md index a76808ca675e6..5fc2e5876e3dd 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`