adding ignore files to .bithoundrc

also removing superfluous file
This commit is contained in:
billchurch 2017-05-27 14:25:56 -04:00
parent 8ec480e999
commit f2db7bdfc4
2 changed files with 1 additions and 4 deletions

View file

@ -14,6 +14,6 @@
] ]
}, },
"ignore": [ "ignore": [
"public/src/*" "public/src/**"
] ]
} }

File diff suppressed because one or more lines are too long