.bithoundrc 205 B

1234567891011121314
  1. {
  2. "ignore": [
  3. "**/node_modules/**",
  4. "**/build/**",
  5. "**/dist/**",
  6. "**/examples/**",
  7. "**/perf/**",
  8. "gruntfile.js",
  9. "**/test/unit/lib/**"
  10. ],
  11. "test": [
  12. "**/test/**"
  13. ]
  14. }