vue/.bithoundrc

15 lines
205 B
Plaintext
Raw Normal View History

2015-08-18 23:25:22 +08:00
{
"ignore": [
"**/node_modules/**",
"**/build/**",
"**/dist/**",
"**/examples/**",
"**/perf/**",
2015-08-19 05:10:29 +08:00
"gruntfile.js",
"**/test/unit/lib/**"
2015-08-18 23:25:22 +08:00
],
"test": [
"**/test/**"
]
}