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