TS 过滤 .meta文件
2021-02-04 08:17
标签:tor code mit span file git png exclude color 添加:"**/*.meta":true TS 过滤 .meta文件 标签:tor code mit span file git png exclude color 原文地址:https://www.cnblogs.com/music-liang/p/13141759.html{
"git.ignoreLimitWarning": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.meta":true
}
}
上一篇:大型网站系统架构实践(四)http层负载均衡之haproxy实践篇(一)
下一篇:jenkins报错Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password) 的处理