updating .bithoundrc

updating .bithoundrc file to ignore public/src as it contains source
from other modules this project is not responsible for
This commit is contained in:
billchurch 2017-05-27 13:38:46 -04:00
parent 7b6d060bc3
commit 7ae68e2c9d

View file

@ -12,5 +12,8 @@
"read-config",
"socket.io"
]
}
}.
"ignore": [
"public/src/*"
]
}