vsc-material-theme/src/icons/partials/folderNames.js

18 lines
470 B
JavaScript
Raw Normal View History

2017-02-18 19:29:35 +01:00
"folderNames": {
"node_modules": "_file_nodejs",
".git": "_file_git",
".github": "_file_github",
".gulp": "_file_gulp",
"bower_components": "_file_bower",
"build": "_folder_dark_build",
"dist": "_folder_dark_build"
2017-02-18 19:29:35 +01:00
},
"folderNamesExpanded": {
"node_modules": "_file_nodejs",
".git": "_file_git",
".github": "_file_github",
".gulp": "_file_gulp",
"bower_components": "_file_bower",
"build": "_folder_open_build",
"dist": "_folder_open_build"
2017-04-30 19:49:36 +02:00
}