mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Add *.blend1 to global ignores, we never need those
This commit is contained in:
parent
7cf249f05d
commit
42b1ef5eea
@ -34,6 +34,10 @@ Intermediate
|
||||
Saved
|
||||
"@
|
||||
|
||||
$root_globalignores = @"
|
||||
*.blend1
|
||||
"@
|
||||
|
||||
$content_globalignores = @"
|
||||
*.bmp
|
||||
*.png
|
||||
@ -270,6 +274,9 @@ try {
|
||||
# Ignore root folders we don't need
|
||||
Set-Svn-Props "svn:ignore" $root_svnignore "."
|
||||
|
||||
# Add global ignores to root
|
||||
Set-Svn-Props "svn:global-ignores" $root_globalignores "."
|
||||
|
||||
# Globally ignore non .uasset files inside Content
|
||||
# Because we'll put all source files in MediaSource and export into Content for UE import
|
||||
# We don't need both the exported version and the uasset
|
||||
|
Loading…
x
Reference in New Issue
Block a user