gpt4 book ai didi

asp.net-core - 在 appsettings.production.json 中,排除部分是什么?

转载 作者:行者123 更新时间:2023-12-05 03:53:20 29 4
gpt4 key购买 nike

在 VS 2019 中,aspnet core 3.1,我创建了 appsettings.Productions.json。

为什么包含以下内容,这是什么意思?

"exclude": [
"**/bin",
"**/bower_components",
"**/jspm_packages",
"**/node_modules",
"**/obj",
"**/platforms"
]

最佳答案

Why did the contain the following, and what does it mean?

它用于排除文件夹列表,让语言服务知道哪些文件可以安全忽略。

输出位置以及非项目文件夹,如 node_modulesbin,应添加到此设置中。

关于asp.net-core - 在 appsettings.production.json 中,排除部分是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61739350/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com