Skip to content

Commit

Permalink
Merge pull request #348 from robertohuertasm/feature-flow
Browse files Browse the repository at this point in the history
support for flow folder
  • Loading branch information
robertohuertasm committed Sep 24, 2016
2 parents ff7fa21 + 34a58f3 commit c5ce490
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"_fd_dist_open": {
"iconPath": "./icons/folder_type_dist_opened@2x.png"
},
"_fd_flow": {
"iconPath": "./icons/folder_type_flow@2x.png"
},
"_fd_flow_open": {
"iconPath": "./icons/folder_type_flow_opened@2x.png"
},
"_fd_git": {
"iconPath": "./icons/folder_type_git@2x.png"
},
Expand Down Expand Up @@ -562,6 +568,7 @@
"out": "_fd_dist",
"export": "_fd_dist",
"build": "_fd_dist",
"flow": "_fd_flow",
".git": "_fd_git",
".github": "_fd_git",
"haxelib": "_fd_haxelib",
Expand All @@ -585,6 +592,7 @@
"out": "_fd_dist_open",
"export": "_fd_dist_open",
"build": "_fd_dist_open",
"flow": "_fd_flow_open",
".git": "_fd_git_open",
".github": "_fd_git_open",
"haxelib": "_fd_haxelib_open",
Expand Down
Binary file added icons/folder_type_flow@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/folder_type_flow_opened@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/folder.psd
Binary file not shown.
1 change: 1 addition & 0 deletions src/build/supportedFolders.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ exports.extensions = {
supported: [
{ icon: 'bower', extensions: ['bower_components'] },
{ icon: 'dist', extensions: ['dist', 'out', 'export', 'build'] },
{ icon: 'flow', extensions: ['flow'] },
{ icon: 'git', extensions: ['git', 'github'], dot: true },
{ icon: 'haxelib', extensions: ['haxelib'] },
{ icon: 'node', extensions: ['node_modules'] },
Expand Down

0 comments on commit c5ce490

Please sign in to comment.