2017-02-18 19:29:35 +01:00
|
|
|
"folderNames": {
|
|
|
|
"node_modules": "_file_nodejs",
|
|
|
|
".git": "_file_git",
|
|
|
|
".github": "_file_github",
|
|
|
|
".gulp": "_file_gulp",
|
2017-05-05 17:15:42 +02:00
|
|
|
"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",
|
2017-05-05 17:15:42 +02:00
|
|
|
"bower_components": "_file_bower",
|
|
|
|
"build": "_folder_open_build",
|
|
|
|
"dist": "_folder_open_build"
|
2017-04-30 19:49:36 +02:00
|
|
|
}
|