From 6e960f270813aec4577995d387d4ed66f2e844f7 Mon Sep 17 00:00:00 2001 From: Vlad GURDIGA Date: Mon, 9 Nov 2020 09:01:51 +0200 Subject: [PATCH] Fix link --- docs/content/using-npm/developers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/using-npm/developers.md b/docs/content/using-npm/developers.md index d42c759d42cf1..7e47b76f65aaf 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.