Skip to content

Commit 1f6ad91

Browse files
committed
Merge pull request #333 from jdufresne/master
Add missing ignore_pattern to FileSystemFinder.
2 parents 2274b70 + de6db1d commit 1f6ad91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pipeline/finders.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class FileSystemFinder(PatternFilterMixin, FileSystemFinder):
9494
"""
9595
ignore_patterns = [
9696
'*.js',
97+
'*.css',
9798
'*.less',
9899
'*.scss',
99100
'*.styl',
@@ -114,4 +115,5 @@ class FileSystemFinder(PatternFilterMixin, FileSystemFinder):
114115
'*demo*',
115116
'Makefile*',
116117
'Gemfile*',
118+
'node_modules',
117119
]

0 commit comments

Comments
 (0)