Skip to content

Commit a96491b

Browse files
committed
bithound config
1 parent 3013705 commit a96491b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.bithoundrc

+10
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)