Files
UnrealEngine/Engine/Build/Rsync/RsyncProject.txt
2025-05-18 13:04:45 +08:00

47 lines
1.2 KiB
Plaintext

# This file contains rsync rules that will be applied to the project directory when uploading to the remote. It is merged into the filter list
# after the engine filter, but before the <ProjectDir>/Build/rsync-filter-project.txt list, if it exists.
#
# See rsync-filter-engine.txt for a list of caveats to be aware of.
+ /Intermediate/
+ /Intermediate/Build/
+ /Intermediate/Build/BuildRules/
+ /Intermediate/Build/BuildRules/*.dll
+ /Intermediate/Plugins/
+ /Intermediate/Plugins/**/Intermediate/
+ /Intermediate/Plugins/**/Intermediate/Build/
+ /Intermediate/Plugins/**/Intermediate/Build/BuildRules/
+ /Intermediate/Plugins/**/Intermediate/Build/BuildRules/*.dll
protect /Intermediate/Plugins/**/Intermediate/**
+ /Intermediate/Plugins/**
+ /Intermediate/Source/
+ /Intermediate/Source/**
+ /Intermediate/TVOS/
+ /Intermediate/TVOS/**
protect /Intermediate/**
+ /*.uproject
+ /Build/
+ /Build/IOS/
+ /Build/IOS/**
+ /Build/TVOS/
+ /Build/TVOS/**
+ /Config/
+ /Config/**
+ /Content/
+ /Content/Oodle/
+ /Content/Oodle/**
+ /Content/Slate/
+ /Content/Slate/**
+ /Content/SlateDebug/
+ /Content/SlateDebug/**
+ /Plugins/
+ /Plugins/**/
+ /Plugins/**/*.uplugin
+ /Plugins/**/Config/**
+ /Plugins/**/Source/**
+ /Plugins/**.embeddedframework.zip
+ /Source/
+ /Source/**