Skip to content

Commit

Permalink
docs: Add note about dropped * filenames
Browse files Browse the repository at this point in the history
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
  • Loading branch information
maxwellgerber authored and claudiahdz committed Jun 24, 2020
1 parent 0ca3509 commit 3dd429e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/content/configuring-npm/package-json.md
Expand Up @@ -272,15 +272,13 @@ Conversely, some files are always ignored:
* `.hg`
* `.lock-wscript`
* `.wafpickle-N`
* `.*.swp`
* `.DS_Store`
* `._*`
* `npm-debug.log`
* `.npmrc`
* `node_modules`
* `config.gypi`
* `*.orig`
* `package-lock.json` (use shrinkwrap instead)
* All files containing a `*` character (incompatible with Windows)

### main

Expand Down

0 comments on commit 3dd429e

Please sign in to comment.