Skip to content

Commit 3dd429e

Browse files
maxwellgerberclaudiahdz
authored andcommitted
docs: Add note about dropped * filenames
In npm/npm-packlist#32, NPM started to drop filenames containing the `*` character. See: - #1096 - #1048 PR-URL: #1377 Credit: @maxwellgerber Close: #1377 Reviewed-by: @claudiahdz
1 parent 0ca3509 commit 3dd429e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/content/configuring-npm/package-json.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -272,15 +272,13 @@ Conversely, some files are always ignored:
272272
* `.hg`
273273
* `.lock-wscript`
274274
* `.wafpickle-N`
275-
* `.*.swp`
276275
* `.DS_Store`
277-
* `._*`
278276
* `npm-debug.log`
279277
* `.npmrc`
280278
* `node_modules`
281279
* `config.gypi`
282-
* `*.orig`
283280
* `package-lock.json` (use shrinkwrap instead)
281+
* All files containing a `*` character (incompatible with Windows)
284282

285283
### main
286284

0 commit comments

Comments
 (0)