---
exclude: !ruby/regexp '/
    \.gemspec$
  | \.tmp$
  | \.swp$
  | ^\.(?:
      DS_Store
    | autotest
    | byebug_history
    | gemtest
    | gitattributes
    | gitignore
    | hoerc
    | minitest\.rb
    | simplecov-prelude\.rb
    | workenv
    | (?:
        appveyor
      | coveralls
      | fasterer
      | pullreview
      | rubocop.*
      | standard.*
      | travis
      | unused
    )\.yml$
    | (?:
        typos
    )\.toml$
  )
  | ^\.(?:
      bundle
    | git
    | github
    | hg
    | idea
    | svn
    | vagrant
  )\/
  | [gG]emfile(?:\.lock)?$
  | [Aa]ppraisals$
  | (?i:TAGS)$
  | Vagrantfile$
  | ^(?:
        support
      | research
      | vendor
  )\/
  /x'
