Skip to content

Commit 942db62

Browse files
committed
Added .bithoundrc file to tweak analysis
1 parent 461552d commit 942db62

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.bithoundrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ignore": [
3+
"**/node_modules/**",
4+
"**/dist/**",
5+
"**/examples/**",
6+
"**/test/**",
7+
"**/Gruntfile.js",
8+
"**/gulpfile.js"
9+
]
10+
}

0 commit comments

Comments
 (0)