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
},
网友评论