.bithoundrc 74 B

1234567
  1. {
  2. "ignore": [
  3. "**/lib/**",
  4. "**/dist/**",
  5. "**/test/**"
  6. ]
  7. }