summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcass-dev-web <cassio.levine@gmail.com>2024-02-20 11:23:16 +0000
committercass-dev-web <cassio.levine@gmail.com>2024-02-20 11:23:16 +0000
commit9c0ef3940d13abbab2803382f198e713ce69d9cc (patch)
tree169916ea77156e417136f06456667509c5fec81a
parentb7145638d5b235e8e1b2fe039a0cee48a4bbb26d (diff)
downloadredot-engine-9c0ef3940d13abbab2803382f198e713ce69d9cc.tar.gz
Added `android/` to the `.gitignore` file automatically generated by the VCS plugin.
-rw-r--r--editor/editor_vcs_interface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_vcs_interface.cpp b/editor/editor_vcs_interface.cpp
index 7572a14483..1f76c94655 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()) {