summaryrefslogtreecommitdiff
path: root/.hoerc
blob: d31a3d50c68f4df6fbafcda75a5ae00775d273f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
exclude: !ruby/regexp '/
  \.(tmp|swp)$
  |
  \.(?:autotest|gemtest|gitignore|hoerc|minitest.rb|simplecov-prelude.rb)
  |
  ^(?i:TAGS)
  |
  \.(?:
      DS_Store|
      bundle|
      git|
      hg|
      idea|
      svn|
      vagrant
    )\/
  |
  [gG]emfile(?:\.lock)?
  |
  support\/
  |
  \.(?:coveralls|pullreview|travis|rubocop.*)\.yml
  |
  .byebug_history
  |
  \.gemspec$
  /x'