Commit 35234dee by Evan Myller

Add `*.styl` to built-in finders' ignore patterns

parent ba7b8d0d
......@@ -65,6 +65,7 @@ class AppDirectoriesFinder(PatternFilterMixin, AppDirectoriesFinder):
'*.css',
'*.less',
'*.scss',
'*.styl',
]
......@@ -79,6 +80,7 @@ class FileSystemFinder(PatternFilterMixin, FileSystemFinder):
'*.js',
'*.less',
'*.scss',
'*.styl',
'*.sh',
'*.html',
'*.md',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment