mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
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()`