From 4a9703e68a6de4cfe33073bb2a05fbf7cbbefa1b Mon Sep 17 00:00:00 2001 From: Steve Streeting Date: Wed, 14 Jun 2023 15:32:26 +0100 Subject: [PATCH] Fix formatting --- doc/PluginPackage.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/PluginPackage.md b/doc/PluginPackage.md index 8d7d53c..d1999ed 100644 --- a/doc/PluginPackage.md +++ b/doc/PluginPackage.md @@ -40,6 +40,7 @@ in the root of your plugin, next to the .uplugin file. The options are: "5.2.0" ] } +``` `OutputDir` and `EngineVersions` are required. @@ -64,12 +65,12 @@ a separate zip archive is generated, with the correct version set in the .uplugi By default, the plugin packaging process automatically excludes common files and directories that shouldn't be there: -./.git/ -./.git* -./Binaries/ -./Intermediate/ -./Saved/ -./pluginconfig.json +* ./.git/ +* ./.git* +* ./Binaries/ +* ./Intermediate/ +* ./Saved/ +* ./pluginconfig.json If you'd like to exclude other things, create a file called `packageexclusions.txt` in the root of the plugin, listing files/folders you want to exclude (one per line).