forked from wrefgtzweve/gmod-better-dupe
Add workshop files
This commit is contained in:
parent
bb1f118383
commit
1f100538e7
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.gma
|
14
addon.json
Normal file
14
addon.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"title": "Better dupe",
|
||||||
|
"description": "Overrides the default duplicator tool to fix lag / crashes.",
|
||||||
|
"type": "tool",
|
||||||
|
"tags": [
|
||||||
|
"fun",
|
||||||
|
"build"
|
||||||
|
],
|
||||||
|
"ignore": [
|
||||||
|
".git/*",
|
||||||
|
"*.gma",
|
||||||
|
"README.md"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user