如何防止React build和npm向项目添加文件?
我有 Visual Studio 2019 Professional,我们使用 Azure DevOps TFS 进行源代码控制。我正在使用 React 开发一个全新的 Asp.Net Core 5 应用程序。这个项目有两个开发人员,包括我。不知何故
@Composable fun DefaultLinkifyText(modifier: Modifier = Modifier, text: String?) { val context = LocalContext.current val customLinkifyTextView = remember { TextView(context) } AndroidView(modifier = modifier, factory = { customLinkifyTextView }) { textView -> textView.text = text ?: "" LinkifyCompat.addLinks(textView, Linkify.ALL) Linkify.addLinks(textView, Patterns.PHONE,"tel:", Linkify.sPhoneNumberMatchFilter, Linkify.sPhoneNumberTransformFilter) textView.movementMethod = LinkMovementMethod.getInstance() } } 和 ./ClientApp/node_modules/ 被放置在 TFS 中。当我登记时,我每次都必须排除这两个目录...
我曾尝试将这两个目录添加到 ./ClientApp/build/ 中的 .tfignore,但现在似乎忽略了这些。我也标记了隐藏。
如何从 TFS 中删除这些目录并防止构建和 npm 将文件添加回项目?
关注公众号:拾黑(shiheibook)了解更多
友情链接:
下软件就上简单下载站:https://www.jdsec.com/
四季很好,只要有你,文娱排行榜:https://www.yaopaiming.com/
让资讯触达的更精准有趣:https://www.0xu.cn/