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:
parent
7b6d060bc3
commit
7ae68e2c9d
1 changed files with 4 additions and 1 deletions
|
@ -12,5 +12,8 @@
|
||||||
"read-config",
|
"read-config",
|
||||||
"socket.io"
|
"socket.io"
|
||||||
]
|
]
|
||||||
}
|
}.
|
||||||
|
"ignore": [
|
||||||
|
"public/src/*"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue