Add bithound configuration

This commit is contained in:
Jan Nicklas 2017-01-30 00:12:05 +01:00
parent 7804cc3bbb
commit cd5fe7334b
1 changed files with 9 additions and 0 deletions

9
.bithoundrc Normal file
View File

@ -0,0 +1,9 @@
{
"ignore": [
"**/examples/**",
"**/node_modules/**",
],
"test": [
"**/spec/**"
]
}