pac3/addon.json

22 lines
252 B
JSON
Raw Normal View History

{
"title" : "PAC3",
"type" : "tool",
"tags" : [ "fun", "roleplay" ],
"ignore" :
[
".gitignore",
2018-08-29 04:59:35 -04:00
".editorconfig",
".git*",
2018-08-29 04:59:35 -04:00
".vscode/*",
"*.txt",
"*.md",
2013-10-28 16:12:06 -04:00
"*.bat",
2017-07-26 04:15:06 -04:00
"*.sh",
"icon.jpg",
"*.7z",
"*.md",
"*.yml",
"COPYING"
]
}