diff options
author | cass-dev-web <cassio.levine@gmail.com> | 2024-02-20 11:23:16 +0000 |
---|---|---|
committer | cass-dev-web <cassio.levine@gmail.com> | 2024-02-20 11:23:16 +0000 |
commit | 9c0ef3940d13abbab2803382f198e713ce69d9cc (patch) | |
tree | 169916ea77156e417136f06456667509c5fec81a | |
parent | b7145638d5b235e8e1b2fe039a0cee48a4bbb26d (diff) | |
download | redot-engine-9c0ef3940d13abbab2803382f198e713ce69d9cc.tar.gz |
Added `android/` to the `.gitignore` file automatically generated by the VCS plugin.
-rw-r--r-- | editor/editor_vcs_interface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_vcs_interface.cpp b/editor/editor_vcs_interface.cpp index 7572a14483..1f76c94655 100644 --- a/editor/editor_vcs_interface.cpp +++ b/editor/editor_vcs_interface.cpp @@ -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()) { |