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