Skip to content

Commit 19cd0e4

Browse files
authored
feat: add key.properties to android gitignore (#6811)
1 parent 41cb061 commit 19cd0e4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changes/cli-key-properties.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"cli.rs": patch
3+
"cli.js": patch
4+
---
5+
6+
Add `key.properties` file to android's `.gitignore`.

tooling/cli/templates/mobile/android/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ build
1313
.externalNativeBuild
1414
.cxx
1515
local.properties
16+
key.properties
1617

1718
/.tauri
1819
/tauri.settings.gradle

0 commit comments

Comments
 (0)