mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +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()`