Skip to content

Commit

Permalink
chore(.bithoundrc): add dist folder to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
kalitine committed Apr 6, 2016
1 parent bf4897b commit 635fca0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .bithoundrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ignore": [
"karma*.js",
"config.js"
"config.js",
"dist/*"
]
}
}

0 comments on commit 635fca0

Please sign in to comment.