mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 10:01:15 +00:00
Added android/ to the .gitignore file automatically generated by the VCS plugin.
This commit is contained in:
parent
b7145638d5
commit
9c0ef3940d
1 changed files with 1 additions and 0 deletions
|
|
@ -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()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue