Skip to content

Commit

Permalink
Merge pull request atom#2052 from AngelEzquerra/ignore_mercurial_files
Browse files Browse the repository at this point in the history
Add mercurial directories to default list of ignored names
  • Loading branch information
kevinsawicki committed May 8, 2014
2 parents 8f3a72e + 67de17e commit 38bd996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workspace-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class WorkspaceView extends View
@version: 4

@configDefaults:
ignoredNames: [".git", ".svn", ".DS_Store", "Thumbs.db"]
ignoredNames: [".git", ".hg", ".svn", ".DS_Store", "Thumbs.db"]
excludeVcsIgnoredPaths: true
disabledPackages: []
themes: ['atom-dark-ui', 'atom-dark-syntax']
Expand Down

0 comments on commit 38bd996

Please sign in to comment.