Skip to content

Commit

Permalink
Tell Bithound which files to ignore in calculating scores. https://ww…
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Feb 18, 2016
1 parent 6a0182a commit 5b4d434
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .bithoundrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
ignore: [
"**/lib/**",
"**/dist/**",
"**/d.ts/**",
"**/tslint-rules/**",
"**/node_modules/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",
],
test: [
"**/**.spec**"
]
}

0 comments on commit 5b4d434

Please sign in to comment.