mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Add mercurial directories to default list of ignored names
atom already ignored git and svn directories. It makes sense to ignore mercurial (.hg) directories as well.
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user