lib/config/setting.json in ruby_uml_class-0.4.0 vs lib/config/setting.json in ruby_uml_class-0.5.0

- old
+ new

@@ -1,19 +1,26 @@ -{ - "version": 0.1, - "setting_list": [ - { - "name": "plantuml", - "value": "plantuml -svg --charset UTF-8", - "type": "input", - "select": "", - "description": "PlantUMLコマンド" - }, - { - "name": "editor", - "value": "code", - "type": "input", - "select": "", - "description": "UMLを開くエディタ" - } - ] -} +{ + "version": 0.2, + "setting_list": [ + { + "name": "plantuml", + "value": "plantuml -svg --charset UTF-8", + "type": "input", + "select": "", + "description": "PlantUMLコマンド" + }, + { + "name": "editor", + "value": "code", + "type": "input", + "select": "", + "description": "UMLを開くエディタ" + }, + { + "name": "exclude_path", + "value": "(/test/)", + "type": "input", + "select": "", + "description": "除外するパス(正規表現)" + } + ] +}