✨ Add path exclusion
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"debug" : false,
|
||||
"port" : 1571,
|
||||
"max_file_size" : 2000
|
||||
"debug" : false,
|
||||
"port" : 1571,
|
||||
"max_file_size": 99999,
|
||||
"exclude" :
|
||||
[
|
||||
"node_modules/**",
|
||||
"vendors/**"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user