美文网首页
cocos creator 搜索以及文件过滤

cocos creator 搜索以及文件过滤

作者: 人气小哥 | 来源:发表于2019-04-28 17:45 被阅读0次

    vscode setting 文件路径
    C:\Users\Administrator.SC-201903202059\AppData\Roaming\Code\User

        "search.exclude": {
            "**/node_modules": true,
            "**/bower_components": true,
            "build/": true,
            "temp/": true,
            "library/": true,
            "**/*.anim": true,
            "**/*.fire": true,
        },
        "files.exclude": {
            "**/.git": true,
            "**/.DS_Store": true,
            "**/*.meta": true,
            "library/": true,
            "local/": true,
            "temp/": true,
            "**/*.png": true,
            "**/*.plist": true,
            "**/*.prefab": true,
            "**/.classpath": true,
            "**/.project": true,
            "**/.settings": true,
            "**/.factorypath": true
        },
    

    相关文章

      网友评论

          本文标题:cocos creator 搜索以及文件过滤

          本文链接:https://www.haomeiwen.com/subject/bryjnqtx.html