Add bithound configuration
This commit is contained in:
parent
d45e980e7d
commit
e71b512548
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"ignore": [
|
||||
"**/examples/**",
|
||||
"**/node_modules/**",
|
||||
],
|
||||
"test": [
|
||||
"**/spec/**"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue