Skip to content

Commit

Permalink
Ignore new native code build folder for release packaging
Browse files Browse the repository at this point in the history
into Godot .pck
  • Loading branch information
hhyyrylainen committed Jun 30, 2023
1 parent fb3d40b commit 0e24a5a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.json, *.txt, *.yml"
exclude_filter="test/*, builds/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
exclude_filter="test/*, builds/*, build/*, build-debug/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
export_path="builds/Thrive.x86_64"
script_export_mode=1
script_encryption_key=""
Expand All @@ -31,7 +31,7 @@ runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.json, *.txt, *.yml"
exclude_filter="test/*, builds/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
exclude_filter="test/*, builds/*, build/*, build-debug/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
export_path="builds/Thrive.exe"
script_export_mode=1
script_encryption_key=""
Expand Down Expand Up @@ -74,7 +74,7 @@ runnable=false
custom_features=""
export_filter="all_resources"
include_filter="*.json, *.txt, *.yml"
exclude_filter="test/*, builds/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
exclude_filter="test/*, builds/*, build/*, build-debug/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
export_path="builds/Thrive.exe"
script_export_mode=1
script_encryption_key=""
Expand Down Expand Up @@ -117,7 +117,7 @@ runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.json, *.txt, *.yml"
exclude_filter="test/*, builds/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
exclude_filter="test/*, builds/*, build/*, build-debug/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
export_path="builds/Thrive.zip"
script_export_mode=1
script_encryption_key=""
Expand Down Expand Up @@ -191,7 +191,7 @@ runnable=false
custom_features="steam"
export_filter="all_resources"
include_filter="*.json, doc/*.txt, assets/*.txt, *.yml"
exclude_filter="test/*, builds/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, RevolutionaryGamesCommon/*"
exclude_filter="test/*, builds/*, build/*, build-debug/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, RevolutionaryGamesCommon/*"
export_path="builds/Thrive.x86_64"
script_export_mode=1
script_encryption_key=""
Expand All @@ -216,7 +216,7 @@ runnable=false
custom_features="steam"
export_filter="all_resources"
include_filter="*.json, doc/*.txt, assets/*.txt, *.yml"
exclude_filter="test/*, builds/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, RevolutionaryGamesCommon/*"
exclude_filter="test/*, builds/*, build/*, build-debug/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, RevolutionaryGamesCommon/*"
export_path="builds/Thrive.exe"
script_export_mode=1
script_encryption_key=""
Expand Down Expand Up @@ -285,7 +285,7 @@ runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.json, *.txt, *.yml"
exclude_filter="test/*, builds/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
exclude_filter="test/*, builds/*, build/*, build-debug/*, *mono_crash*, fast_build_mode.json, docker/*, Scripts/*, doc/steam*, steam*, RevolutionaryGamesCommon/*"
export_path="builds/Thrive.html"
script_export_mode=1
script_encryption_key=""
Expand Down

0 comments on commit 0e24a5a

Please sign in to comment.