Update README.md

This commit is contained in:
Lukas Gust 2024-06-03 09:06:44 -06:00 committed by GitHub
parent e1ac3f2ec2
commit 63b9c2f91f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,4 @@
# mpt-updater-template # mpt-updater-template
This repo serves as a template to easily set up you FIka/MPT directory as a Github repository and leverage smarterskipper's MPT-Updater This repo serves as a template to easily set up you FIka/MPT directory as a Github repository and leverage [smarterskipper's MPT-Updater](https://github.com/smarterskipper/MPT-UPDATER/blob/main/MPT%20Updater/Program.cs). It contains a gitignore template that is setup to ignore anything other than client mods, server mods, and configs. All of which are configrable vai the gitignore. See the "BepInEx config ignore list" as an example.
At the time of writing this the MPt updater will delete user/mods, bepinex/plugins, and bepinex/config and then place the repo contents, so the ignoring would not give any benefit and in fact could break things especially whne used for mods.