mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Tree.ignorePattern
This commit is contained in:
@@ -11,6 +11,8 @@ fs = require 'fs'
|
||||
|
||||
module.exports =
|
||||
class Tree extends Extension
|
||||
ignorePattern: /\.git|\.xcodeproj|\.DS_Store/
|
||||
|
||||
constructor: ->
|
||||
KeyBinder.register "tree", @
|
||||
KeyBinder.load require.resolve "tree/key-bindings.coffee"
|
||||
|
||||
Reference in New Issue
Block a user