Arnaud Rebts 390e7d0037 Don't use regex to test file path in package plugin
In a regex, `.` means any character, so the default exclude list will
actually exclude more than intended (any path containing `.serverless`
for example).

Instead, use `String#indexOf()`
2016-07-12 17:22:25 +02:00
..
2016-07-07 20:10:05 +02:00
2016-07-07 20:10:05 +02:00