Skip to content

Commit e48badb

Browse files
gurdigaisaacs
authored andcommittedNov 10, 2020
Fix link
PR-URL: #2148 Credit: @gurdiga Close: #2148 Reviewed-by: @isaacs
1 parent 8edbbdc commit e48badb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/content/using-npm/developers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ create an empty `.npmignore` file to override it. Like `git`, `npm` looks
109109
for `.npmignore` and `.gitignore` files in all subdirectories of your
110110
package, not only the root directory.
111111

112-
`.npmignore` files follow the [same pattern rules](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files)
112+
`.npmignore` files follow the [same pattern rules](https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring)
113113
as `.gitignore` files:
114114

115115
* Blank lines or lines starting with `#` are ignored.

0 commit comments

Comments
 (0)