Move project.ignoredNames to config.core.ignoredNames

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-12-17 16:54:09 -08:00
parent a65a81fc53
commit bc49be6c2c
3 changed files with 7 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ TextMateTheme = require 'text-mate-theme'
module.exports =
class RootView extends View
@configDefaults:
ignoredNames: [".git", ".svn", ".DS_Store"]
extensions: []
@content: ->