We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edbbdc commit e48badbCopy full SHA for e48badb
1 file changed
docs/content/using-npm/developers.md
@@ -109,7 +109,7 @@ create an empty `.npmignore` file to override it. Like `git`, `npm` looks
109
for `.npmignore` and `.gitignore` files in all subdirectories of your
110
package, not only the root directory.
111
112
-`.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)
113
as `.gitignore` files:
114
115
* Blank lines or lines starting with `#` are ignored.
0 commit comments