summaryrefslogtreecommitdiff
path: root/.hoerc
blob: 26951da0d4254f8f8194689199f4821cc5552a73 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
exclude: !ruby/regexp '/
  \.(?:
    tmp |
    swp
  )$
  |
  \.(?:
      bundle|
      git|
      github|
      hg|
      idea|
      svn|
      vagrant
    )\/
  |
  [gG]emfile(?:\.lock)?
  |
  (?:
    support |
    research
  )\/
  |
  \.(?:
    appveyor |
    coveralls |
    fasterer |
    pullreview |
    rubocop.* |
    travis |
    unused
    )\.yml$
  |
  (?i:TAGS)$
  |
  \.(?:
      DS_Store |
      autotest |
      byebug_history |
      gemtest |
      gitattributes |
      gitignore |
      hoerc |
      minitest.rb |
      simplecov-prelude.rb
  )$
  |
  \.gemspec$
  |
  ^Vagrantfile$
  /x'