nobody likes node_modules

This commit is contained in:
Chris Wanstrath
2011-11-13 22:21:36 -08:00
parent 4674c6ea30
commit 36e0f762ec

View File

@@ -16,7 +16,7 @@ class Project extends Resource
settings:
# Regexp used to ignore paths.
ignorePattern: /(\.git|\.xcodeproj|\.DS_Store)/
ignorePattern: /(\.git|\.xcodeproj|\.DS_Store|node_modules)/
# Arrays of { name, url, type } keyed by the root URL.
# Used when looking up a directory's contents by url