Skip to content

Commit 30fd59f

Browse files
docs: Add note about dropped * filenames
In npm/npm-packlist#32, NPM started to drop filenames containing the `*` character. See: - npm#1096 - npm#1048
1 parent abdf528 commit 30fd59f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
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)