Commit 35234dee by Evan Myller

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

parent ba7b8d0d
...@@ -65,6 +65,7 @@ class AppDirectoriesFinder(PatternFilterMixin, AppDirectoriesFinder): ...@@ -65,6 +65,7 @@ class AppDirectoriesFinder(PatternFilterMixin, AppDirectoriesFinder):
'*.css', '*.css',
'*.less', '*.less',
'*.scss', '*.scss',
'*.styl',
] ]
...@@ -79,6 +80,7 @@ class FileSystemFinder(PatternFilterMixin, FileSystemFinder): ...@@ -79,6 +80,7 @@ class FileSystemFinder(PatternFilterMixin, FileSystemFinder):
'*.js', '*.js',
'*.less', '*.less',
'*.scss', '*.scss',
'*.styl',
'*.sh', '*.sh',
'*.html', '*.html',
'*.md', '*.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