TS 过滤 .meta文件

2021-02-04 08:17

阅读:500

标签:tor   code   mit   span   file   git   png   exclude   color   

 

添加:"**/*.meta":true  

 

{
    "git.ignoreLimitWarning": true,
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/CVS": true,
        "**/.DS_Store": true,
        "**/*.meta":true
    }
}

 

技术图片

 

TS 过滤 .meta文件

标签:tor   code   mit   span   file   git   png   exclude   color   

原文地址:https://www.cnblogs.com/music-liang/p/13141759.html


评论


亲,登录后才可以留言!