Add docs about exclusions

This commit is contained in:
Steve Streeting 2023-06-14 14:46:22 +01:00
parent e82d2d3b01
commit 7d67fad212

View File

@ -33,4 +33,19 @@ in the root of your plugin, next to the .uplugin file. The options are:
{ {
"OutputDir": "C:\\Users\\Steve\\MarketplaceBuilds", "OutputDir": "C:\\Users\\Steve\\MarketplaceBuilds",
"PluginFile": "OptionalPluginFilenameWillDetectInDirOtherwise.uplugin" "PluginFile": "OptionalPluginFilenameWillDetectInDirOtherwise.uplugin"
} }
## Excluding Files
By default, the plugin packaging process automatically excludes common
files and directories that shouldn't be there:
./.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).