Commit 48f502b0 by Timothée Peignier

Merge pull request #383 from emyller/master

Add `*.styl` to built-in finders' ignore patterns
parents ba7b8d0d 35234dee
......@@ -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