updated def for the addons set

This commit is contained in:
Rob Weber 2017-12-06 09:11:01 -06:00
parent 756f50bba1
commit 622939901e

View File

@ -1,6 +1,6 @@
{ {
"addons":{ "addons":{
"root":"", "root":"special://home/addons",
"dirs":[ "dirs":[
{ {
"type":"include", "type":"include",
@ -10,6 +10,10 @@
{ {
"type":"exclude", "type":"exclude",
"path":"special://home/addons/packages" "path":"special://home/addons/packages"
},
{
"type":"exclude",
"path":"special://home/addons/temp"
} }
] ]
}, },