Use binary icon for .woff and .DS_Store extensions

This commit is contained in:
Kevin Sawicki
2013-02-15 19:21:11 -08:00
parent 7f9fb785df
commit 10430842b0
5 changed files with 18 additions and 0 deletions

View File

@@ -180,6 +180,11 @@ module.exports =
'.ron'
], ext, true) >= 0
isBinaryExtension: (ext) ->
_.indexOf([
'.DS_Store'
'.woff'
], ext, true) >= 0
isReadmePath: (path) ->
extension = @extension(path)