This commit is contained in:
deltreey
2015-08-05 19:57:38 -04:00
2 changed files with 9 additions and 0 deletions

5
.bithoundrc Normal file
View File

@@ -0,0 +1,5 @@
{
"ignore": [
"**/documentation/**"
]
}

4
.codeclimate.yml Normal file
View File

@@ -0,0 +1,4 @@
languages:
JavaScript: true
exclude_paths:
- documentation/*