Update .bithoundrc

This commit is contained in:
kangax 2015-02-07 13:26:12 +01:00
parent fa7ce9eaaf
commit c1e2493c40

View file

@ -1,6 +1,7 @@
{
"ignore": [
"**/lib/**",
"**/dist/**"
"**/dist/**",
"**/test/**"
]
}