1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-07-19 11:18:02 +02:00

Remove temporary folder

This commit is contained in:
Elias Steurer 2022-09-16 15:02:30 +02:00
parent ab247040f9
commit 3fc123ef98
3 changed files with 1 additions and 28 deletions

1
.gitignore vendored
View File

@ -255,3 +255,4 @@ cython_debug/
# SteamCmd creates a ton of tmp files
/Tools/Steam/ContentBuilder/builder/**
/tmp_steam_config/**

View File

@ -1,15 +0,0 @@
"appbuild"
{
"appid" "672870"
"desc" "CI Build Windows - git hash: a59de4a8, commit: Fix not called lipo - upload datetime: 08/26/2022, 15:06:27"
"buildoutput" "../ContentBuilder/output" // build output folder for .log, .csm & .csd files, relative to location of this file
"contentroot" "../../../" // root content folder, relative to location of this file
"setlive" "internal" // branch to set live after successful build, none if empty
"preview" "0" // to enable preview builds
"nobaseline" "0" // build without using baseline manifest
"depots"
{
"672871" "depot_build_windows.vdf"
}
}

View File

@ -1,13 +0,0 @@
"DepotBuildConfig"
{
"DepotID" "672871"
// include all files recursively
"FileMapping"
{
"LocalPath" "build-x64-windows-release/bin/*"
"DepotPath" "."
"recursive" "1"
}
}