Преглед на файлове

Merge pull request #88591 from Cass-dev-web/master

Add `android` to auto-generated `.gitignore`
Rémi Verschelde преди 1 година
родител
ревизия
b3de60933b
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      editor/editor_vcs_interface.cpp

+ 1 - 0
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()) {