From 9c0ef3940d13abbab2803382f198e713ce69d9cc Mon Sep 17 00:00:00 2001 From: cass-dev-web Date: Tue, 20 Feb 2024 11:23:16 +0000 Subject: [PATCH] Added `android/` to the `.gitignore` file automatically generated by the VCS plugin. --- editor/editor_vcs_interface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/editor_vcs_interface.cpp b/editor/editor_vcs_interface.cpp index 7572a1448336..1f76c9465587 100644 --- a/editor/editor_vcs_interface.cpp +++ b/editor/editor_vcs_interface.cpp @@ -367,6 +367,7 @@ void EditorVCSInterface::create_vcs_metadata_files(VCSMetadata p_vcs_metadata_ty } else { f->store_line("# Godot 4+ specific ignores"); f->store_line(".godot/"); + f->store_line("android/"); } f = FileAccess::open(p_dir.path_join(".gitattributes"), FileAccess::WRITE); if (f.is_null()) {