Core: Add datapackage exports to gitignore (#5719)

* Gitignore and description

* Update description
This commit is contained in:
Duck
2025-12-19 06:53:56 -07:00
committed by GitHub
parent 53e8130c9c
commit d78b9ded2d
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -63,6 +63,7 @@ Output Logs/
/installdelete.iss
/data/user.kv
/datapackage
/datapackage_export.json
/custom_worlds
# Byte-compiled / optimized / DLL files

View File

@@ -247,7 +247,8 @@ components: List[Component] = [
# MegaMan Battle Network 3
Component('MMBN3 Client', 'MMBN3Client', file_identifier=SuffixIdentifier('.apbn3')),
Component("Export Datapackage", func=export_datapackage, component_type=Type.TOOL),
Component("Export Datapackage", func=export_datapackage, component_type=Type.TOOL,
description="Write item/location data for installed worlds to a file and open it."),
]