码迷,mamicode.com
首页 > Web开发 > 详细

TS 过滤 .meta文件

时间:2020-06-16 16:54:37      阅读:72      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!