Skip to content

Commit

Permalink
Merge pull request #88591 from Cass-dev-web/master
Browse files Browse the repository at this point in the history
Add `android` to auto-generated `.gitignore`
  • Loading branch information
akien-mga committed Feb 20, 2024
2 parents 2cc14f3 + 9c0ef39 commit b3de609
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/editor_vcs_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit b3de609

Please sign in to comment.