mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Move project.ignoredNames to config.core.ignoredNames
This commit is contained in:
@@ -16,6 +16,7 @@ TextMateTheme = require 'text-mate-theme'
|
||||
module.exports =
|
||||
class RootView extends View
|
||||
@configDefaults:
|
||||
ignoredNames: [".git", ".svn", ".DS_Store"]
|
||||
extensions: []
|
||||
|
||||
@content: ->
|
||||
|
||||
Reference in New Issue
Block a user