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