mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
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 {
|
||||
f->store_line("# Godot 4+ specific ignores");
|
||||
f->store_line(".godot/");
|
||||
f->store_line("android/");
|
||||
f->store_line("/android/");
|
||||
}
|
||||
f = FileAccess::open(p_dir.path_join(".gitattributes"), FileAccess::WRITE);
|
||||
if (f.is_null()) {
|
||||
|
Loading…
Reference in New Issue
Block a user