Skip to content

Commit

Permalink
Create addon.json
Browse files Browse the repository at this point in the history
json file for uploading with all the required ignore files set up
  • Loading branch information
SentryGunMan committed Dec 25, 2024
1 parent eee4d28 commit 6d721bd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions addon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"title" : "Photon 2: Emergency Systems Platform",
"type" : "vehicle",
"tags" : [ "roleplay", "realism" ],
"ignore" :
[
"*.psd",
"*.vcproj",
"*.svn*",
"*.md",
"*.sw.vtx",
"*.dx80.vtx",
"*.smd",
"*.bak",
"*.tga",
"*.tx",
".annotations*",
".vscode*",
".git*",
"*.txt"

]
}

0 comments on commit 6d721bd

Please sign in to comment.