diff options
Diffstat (limited to 'deps/npm/man/man5/package-json.5')
-rw-r--r-- | deps/npm/man/man5/package-json.5 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/deps/npm/man/man5/package-json.5 b/deps/npm/man/man5/package-json.5 index 7ebe2dcf4a..5e80b634bd 100644 --- a/deps/npm/man/man5/package-json.5 +++ b/deps/npm/man/man5/package-json.5 @@ -1,4 +1,4 @@ -.TH "PACKAGE\.JSON" "5" "May 2020" "" "" +.TH "PACKAGE\.JSON" "5" "July 2020" "" "" .SH "NAME" \fBpackage.json\fR \- Specifics of npm's package\.json handling .SS Description @@ -308,12 +308,8 @@ Conversely, some files are always ignored: .IP \(bu 2 \fB\|\.wafpickle\-N\fP .IP \(bu 2 -\fB\|\.*\.swp\fP -.IP \(bu 2 \fB\|\.DS_Store\fP .IP \(bu 2 -\fB\|\._*\fP -.IP \(bu 2 \fBnpm\-debug\.log\fP .IP \(bu 2 \fB\|\.npmrc\fP @@ -322,9 +318,9 @@ Conversely, some files are always ignored: .IP \(bu 2 \fBconfig\.gypi\fP .IP \(bu 2 -\fB*\.orig\fP -.IP \(bu 2 \fBpackage\-lock\.json\fP (use shrinkwrap instead) +.IP \(bu 2 +All files containing a \fB*\fP character (incompatible with Windows) .RE .SS main |