mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use binary icon for .woff and .DS_Store extensions
This commit is contained in:
@@ -180,6 +180,11 @@ module.exports =
|
||||
'.ron'
|
||||
], ext, true) >= 0
|
||||
|
||||
isBinaryExtension: (ext) ->
|
||||
_.indexOf([
|
||||
'.DS_Store'
|
||||
'.woff'
|
||||
], ext, true) >= 0
|
||||
|
||||
isReadmePath: (path) ->
|
||||
extension = @extension(path)
|
||||
|
||||
Reference in New Issue
Block a user