Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/cliPublic

Commit3dd429e

Browse files
maxwellgerberclaudiahdz
authored andcommitted
docs: Add note about dropped* filenames
Innpm/npm-packlist#32, NPM started to drop filenames containing the `*` character.See:-#1096-#1048PR-URL:#1377Credit:@maxwellgerberClose:#1377Reviewed-by:@claudiahdz
1 parent0ca3509 commit3dd429e

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)

[8]ページ先頭

©2009-2025 Movatter.jp