Fix formatting

This commit is contained in:
Steve Streeting 2023-06-14 15:32:26 +01:00
parent f21dff2084
commit 4a9703e68a

View File

@ -40,6 +40,7 @@ in the root of your plugin, next to the .uplugin file. The options are:
"5.2.0" "5.2.0"
] ]
} }
```
`OutputDir` and `EngineVersions` are required. `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 By default, the plugin packaging process automatically excludes common
files and directories that shouldn't be there: files and directories that shouldn't be there:
./.git/ * ./.git/
./.git* * ./.git*
./Binaries/ * ./Binaries/
./Intermediate/ * ./Intermediate/
./Saved/ * ./Saved/
./pluginconfig.json * ./pluginconfig.json
If you'd like to exclude other things, create a file called `packageexclusions.txt` 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). in the root of the plugin, listing files/folders you want to exclude (one per line).