Skip to content

Instantly share code, notes, and snippets.

@DamonOehlman
Created March 18, 2015 02:12
Show Gist options
  • Save DamonOehlman/df7dfcf648fd91268ec0 to your computer and use it in GitHub Desktop.
Save DamonOehlman/df7dfcf648fd91268ec0 to your computer and use it in GitHub Desktop.
My default .bithoundrc file
{
"ignore": [
"**/node_modules/**",
"**/dist/**",
"**/examples/**",
"**/test/**",
"**/Gruntfile.js",
"**/gulpfile.js"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment