Add path exclusion

This commit is contained in:
brunosimon
2016-11-20 22:40:37 +01:00
parent fadf6aba11
commit f686b16daa
5 changed files with 42 additions and 4 deletions
+8 -3
View File
@@ -1,5 +1,10 @@
{
"debug" : false,
"port" : 1571,
"max_file_size" : 2000
"debug" : false,
"port" : 1571,
"max_file_size": 99999,
"exclude" :
[
"node_modules/**",
"vendors/**"
]
}