diff --git a/src/root-view.coffee b/src/root-view.coffee index 362134f83..e29f956cb 100644 --- a/src/root-view.coffee +++ b/src/root-view.coffee @@ -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')