Skip to content

Commit 51b40c8

Browse files
committed
Merge pull request Urigo#1150 from ozsay/master
chore(bithound): Add .bithoundrc file
2 parents a10fe2e + 7c030f6 commit 51b40c8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.bithoundrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"ignore": [
3+
"**/node_modules/**",
4+
"bower_components/**",
5+
"**/.*",
6+
"docs/**"
7+
],
8+
"test": [
9+
"**/test/**",
10+
"**/tests/**",
11+
"**/spec/**",
12+
"**/specs/**"
13+
]
14+
}

0 commit comments

Comments
 (0)