Skip to content

Commit 0ce19a9

Browse files
committed
Build: Added .bithoundrc to exclude external code
1 parent 57a8fff commit 0ce19a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.bithoundrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ignore": [
3+
"bower_components/**",
4+
"external/**",
5+
"node_modules/**"
6+
]
7+
}

0 commit comments

Comments
 (0)