mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Fix formatting
This commit is contained in:
parent
f21dff2084
commit
4a9703e68a
@ -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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user