浏览代码

Added `android/` to the `.gitignore` file automatically generated by the VCS plugin.

cass-dev-web 1 年之前
父节点
当前提交
9c0ef3940d
共有 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 {
 		} else {
 			f->store_line("# Godot 4+ specific ignores");
 			f->store_line("# Godot 4+ specific ignores");
 			f->store_line(".godot/");
 			f->store_line(".godot/");
+			f->store_line("android/");
 		}
 		}
 		f = FileAccess::open(p_dir.path_join(".gitattributes"), FileAccess::WRITE);
 		f = FileAccess::open(p_dir.path_join(".gitattributes"), FileAccess::WRITE);
 		if (f.is_null()) {
 		if (f.is_null()) {