package.json中通配符**/.*的含义 [英] meaning of wildchar **/.* in package.json

查看:97
本文介绍了package.json中通配符**/.*的含义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

通配符路径**/.*是什么意思.我看到这些路径在 package.json 中使用.谁能指出 package.json 中使用的通配符路径语法?

what is the meaning of the wild char path **/.*. I see these paths are used in package.json. Can anyone point to the wild char path syntax used in package.json?

推荐答案

这意味着名称中以 . 开头的任何文件,这些文件位于所有子目录中".

That would mean "any files preceded by . in their name, which are located inside all child directories".

不是 package.json 独有的,而是标准的通配符.含义取决于此值分配给哪个键.

Not exclusive to package.json, but rather standard wildcard notation. Meaning depends which key this value was assigned to.

这篇关于package.json中通配符**/.*的含义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆