Starbound source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

69 lines
1.0 KiB

{
"globalIgnore" : [
"/\\.",
"/~",
"thumbs\\.db$",
"\\.bak$",
"\\.tmp$",
"\\.zip$",
"\\.orig$",
"\\.fail$",
"\\.psd$",
"\\.tmx$"
],
"serverIgnore" : [
"\\.ogg$",
"\\.wav$"
],
"extensionOrdering" : [
"",
"config",
"bush",
"grass",
"modularfoliage",
"modularstem",
"projectile",
"monstertype",
"monsterpart",
"npctype",
"npctype",
"vehicle",
"particle",
"animation",
"object",
"liquid",
"material",
"object",
"coin",
"miningtool",
"flashlight",
"wiretool",
"beamminingtool",
"harvestingtool",
"tillingtool",
"paintingbeamtool",
"headarmor",
"chestarmor",
"legsarmor",
"backarmor",
"consumable",
"blueprint",
"codex",
"techitem",
"instrument",
"grapplinghook",
"thrownitem",
"unlockitem",
"activeitem",
"augmentitem",
"material",
"matmod",
"lua",
"frames",
"png",
"wav",
"ogg"
]
}