cocos creator 搜索以及文件过滤

2019-04-28  本文已影响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
    },
上一篇 下一篇

猜你喜欢

热点阅读