1
0
mirror of https://github.com/Earu/EasyChat.git synced 2025-03-04 03:13:20 -05:00
EasyChat/addon.json

21 lines
312 B
JSON
Raw Normal View History

2019-04-04 12:22:42 -04:00
{
"title": "EasyChat",
"type": "ServerContent",
"tags": [ "roleplay", "realism" ],
"ignore": [
"*.psd",
"*.vcproj",
2019-04-04 12:25:20 -04:00
"*.svn*",
"*.md",
2022-07-18 13:22:04 -04:00
"*.dll",
2021-05-22 10:30:53 -04:00
".git/*",
".gitignore",
"update.bat",
".gma",
2021-07-07 13:54:14 -04:00
"glualint.json",
".github/*",
2022-07-18 13:22:04 -04:00
"bin/*",
"external_data/*"
2019-04-04 12:22:42 -04:00
]
}