Change generated .gitignore to only exclude root android template folder.
This commit is contained in:
parent
e25f3c0d38
commit
cb5cb3fae1
@ -367,7 +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->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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user