From 3fc123ef988cba82eb81cbc9f43a4b6251c3707d Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Fri, 16 Sep 2022 15:02:30 +0200 Subject: [PATCH] Remove temporary folder --- .gitignore | 1 + tmp_steam_config/app_build_windows.vdf | 15 --------------- tmp_steam_config/depot_build_windows.vdf | 13 ------------- 3 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 tmp_steam_config/app_build_windows.vdf delete mode 100644 tmp_steam_config/depot_build_windows.vdf diff --git a/.gitignore b/.gitignore index 1f609d3d..9f22811b 100644 --- a/.gitignore +++ b/.gitignore @@ -255,3 +255,4 @@ cython_debug/ # SteamCmd creates a ton of tmp files /Tools/Steam/ContentBuilder/builder/** +/tmp_steam_config/** diff --git a/tmp_steam_config/app_build_windows.vdf b/tmp_steam_config/app_build_windows.vdf deleted file mode 100644 index ff7340a8..00000000 --- a/tmp_steam_config/app_build_windows.vdf +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/tmp_steam_config/depot_build_windows.vdf b/tmp_steam_config/depot_build_windows.vdf deleted file mode 100644 index 385af032..00000000 --- a/tmp_steam_config/depot_build_windows.vdf +++ /dev/null @@ -1,13 +0,0 @@ -"DepotBuildConfig" -{ - "DepotID" "672871" - - // include all files recursively - "FileMapping" - { - "LocalPath" "build-x64-windows-release/bin/*" - "DepotPath" "." - "recursive" "1" - } - -} \ No newline at end of file