lua/addon.json
2025-07-06 16:33:06 +00:00

24 lines
368 B
JSON

{
"title": "Gmod Integration",
"type": "ServerContent",
"tags": ["fun", "roleplay"],
"ignore": [
".git/**",
".github/**",
"README.md",
"*.md",
"*.yml",
"*.yaml",
"Dockerfile",
"entrypoint.sh",
"otp.py",
"github-action.yml",
"publish_gmod_addon.sh",
"test.gma",
"gmpublisher.gma",
"ws-ci/**",
"example_addon/**",
"extracted/**"
]
}