13 lines
182 B
JSON
13 lines
182 B
JSON
{
|
|
"debug": false,
|
|
"port": 1571,
|
|
"maxFileSize": 99999,
|
|
"exclude":
|
|
[
|
|
"**/.DS_Store",
|
|
"node_modules/**",
|
|
"vendor/**",
|
|
".git"
|
|
]
|
|
}
|