Skip to content

Instantly share code, notes, and snippets.

View dansilivestru's full-sized avatar

Dan Silivestru dansilivestru

View GitHub Profile
@dansilivestru
dansilivestru / .bithoundrc
Last active March 25, 2019 12:23
default .bithoundrc file for ignoring project files (modify as needed and commit to the root of your project)
{
"ignore": [
"**/deps/**",
"**/node_modules/**",
"**/thirdparty/**",
"**/third_party/**",
"**/vendor/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",
@dansilivestru
dansilivestru / .bithoundrc
Created December 12, 2014 19:54
.bithoundrd for brianpeiris/RiftSketch
{
"ignore": [
"**/deps/**",
"**/node_modules/**",
"**/thirdparty/**",
"**/vendor/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",
"**/**jquery.?(ui|effects)-*.*.?(*).?(cs|j)s",
{
"ignore": [
"res/middleware/cordova/**",
"res/middleware/hammer/**"
]
}