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): ...@@ -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