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
path: root/docs
diff options
context:
space:
mode:
authorVlad GURDIGA <gurdiga@gmail.com>2020-11-09 10:01:51 +0300
committerisaacs <i@izs.me>2020-11-10 22:21:55 +0300
commite48badb03058286a557584d7319db4143049cc6b (patch)
tree7e52f32b452d1fc51d8179b7dd3212bc1b71d6ef /docs
parent8edbbdc706694fa32f52d0991c76ae9f207b7bbc (diff)
Fix link
PR-URL: https://github.com/npm/cli/pull/2148 Credit: @gurdiga Close: #2148 Reviewed-by: @isaacs
Diffstat (limited to 'docs')
-rw-r--r--docs/content/using-npm/developers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/using-npm/developers.md b/docs/content/using-npm/developers.md
index d42c759d4..7e47b76f6 100644
--- a/docs/content/using-npm/developers.md
+++ b/docs/content/using-npm/developers.md
@@ -109,7 +109,7 @@ create an empty `.npmignore` file to override it. Like `git`, `npm` looks
for `.npmignore` and `.gitignore` files in all subdirectories of your
package, not only the root directory.
-`.npmignore` files follow the [same pattern rules](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files)
+`.npmignore` files follow the [same pattern rules](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring)
as `.gitignore` files:
* Blank lines or lines starting with `#` are ignored.