From c218ffb5bee28753b2ef325cc60f18cadd17f7b6 Mon Sep 17 00:00:00 2001 From: Purple Moss Collectors <71315830+PurpleMossCollectors@users.noreply.github.com> Date: Mon, 9 Jun 2025 11:32:42 +1200 Subject: [PATCH 1/2] Add reminder to update VCS ignore settings on upgrading from Godot 3 to Godot 4 --- tutorials/migrating/upgrading_to_godot_4.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tutorials/migrating/upgrading_to_godot_4.rst b/tutorials/migrating/upgrading_to_godot_4.rst index f8f9e94ef..766e58999 100644 --- a/tutorials/migrating/upgrading_to_godot_4.rst +++ b/tutorials/migrating/upgrading_to_godot_4.rst @@ -784,3 +784,10 @@ editor is closed. Many settings' names and categories have changed since Godot 3.x. Editor settings whose name or category has changed won't carry over to Godot 4.0; you will have to set their values again. + + +Updating version control settings +----------------------- + +Godot 3.x and 4.0 have entirely different lists of files and folders that should +be ignored by your :ref:`version control systems `. From 596274928926068850fd6f40ab6b37075335958e Mon Sep 17 00:00:00 2001 From: DevelopedAphid Date: Thu, 12 Jun 2025 10:56:54 +1200 Subject: [PATCH 2/2] Fix title underline length - fixes title underline length - changes 4.0 -> 4.x --- tutorials/migrating/upgrading_to_godot_4.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/migrating/upgrading_to_godot_4.rst b/tutorials/migrating/upgrading_to_godot_4.rst index 766e58999..7861d91e7 100644 --- a/tutorials/migrating/upgrading_to_godot_4.rst +++ b/tutorials/migrating/upgrading_to_godot_4.rst @@ -787,7 +787,7 @@ editor is closed. Updating version control settings ------------------------ +--------------------------------- -Godot 3.x and 4.0 have entirely different lists of files and folders that should -be ignored by your :ref:`version control systems `. +Godot 3.x and 4.x have entirely different lists of files and folders that should +be ignored by your :ref:`version control system`.