exclude_patterns:
  - "__tests__/"
  - ".github/"
  - "**/node_modules/"
  - "build/"
  - "gulpfile.js"
