From 19cd0e49603ad3500cd2180bfa16e1649e3a771a Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 27 Apr 2023 16:04:53 +0200 Subject: [PATCH] feat: add `key.properties` to android gitignore (#6811) --- .changes/cli-key-properties.md | 6 ++++++ tooling/cli/templates/mobile/android/.gitignore | 1 + 2 files changed, 7 insertions(+) create mode 100644 .changes/cli-key-properties.md diff --git a/.changes/cli-key-properties.md b/.changes/cli-key-properties.md new file mode 100644 index 000000000..09be0ab33 --- /dev/null +++ b/.changes/cli-key-properties.md @@ -0,0 +1,6 @@ +--- +"cli.rs": patch +"cli.js": patch +--- + +Add `key.properties` file to android's `.gitignore`. \ No newline at end of file diff --git a/tooling/cli/templates/mobile/android/.gitignore b/tooling/cli/templates/mobile/android/.gitignore index 6bb2f5ee8..b24820317 100644 --- a/tooling/cli/templates/mobile/android/.gitignore +++ b/tooling/cli/templates/mobile/android/.gitignore @@ -13,6 +13,7 @@ build .externalNativeBuild .cxx local.properties +key.properties /.tauri /tauri.settings.gradle \ No newline at end of file