Ignore git ignored files when searching a project

This commit is contained in:
Matt Colyer
2013-09-11 10:05:34 -07:00
parent 81a18565f0
commit b5dfc81467

View File

@@ -48,7 +48,7 @@ class RootView extends View
@configDefaults:
autosave: false
ignoredNames: [".git", ".svn", ".DS_Store"]
excludeVcsIgnoredPaths: false
excludeVcsIgnoredPaths: true
disabledPackages: []
themes: ['atom-dark-ui', 'atom-dark-syntax']
projectHome: path.join(atom.getHomeDirPath(), 'github')