mirror of
https://github.com/gmod-integration/lua.git
synced 2025-07-07 12:23:58 +00:00
24 lines
368 B
JSON
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/**"
|
|
]
|
|
}
|