mirror of
https://gitee.com/vuejs/vue.git
synced 2024-11-29 18:47:39 +08:00
15 lines
205 B
Plaintext
15 lines
205 B
Plaintext
{
|
|
"ignore": [
|
|
"**/node_modules/**",
|
|
"**/build/**",
|
|
"**/dist/**",
|
|
"**/examples/**",
|
|
"**/perf/**",
|
|
"gruntfile.js",
|
|
"**/test/unit/lib/**"
|
|
],
|
|
"test": [
|
|
"**/test/**"
|
|
]
|
|
}
|