Skip to content

Commit

Permalink
Merge pull request #333 from jdufresne/master
Browse files Browse the repository at this point in the history
Add missing ignore_pattern to FileSystemFinder.
  • Loading branch information
cyberdelia committed Feb 7, 2015
2 parents 2274b70 + de6db1d commit 1f6ad91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipeline/finders.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class FileSystemFinder(PatternFilterMixin, FileSystemFinder):
"""
ignore_patterns = [
'*.js',
'*.css',
'*.less',
'*.scss',
'*.styl',
Expand All @@ -114,4 +115,5 @@ class FileSystemFinder(PatternFilterMixin, FileSystemFinder):
'*demo*',
'Makefile*',
'Gemfile*',
'node_modules',
]

0 comments on commit 1f6ad91

Please sign in to comment.