From 8da166fb6b0b81be7686bc0a51d6ab6daf04de1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=83=D1=80=D0=BD=D0=B0=D1=82=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Tue, 14 Jul 2026 07:42:00 +0300 Subject: [PATCH] chore: ignore local signing and build outputs --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..03d0fe8b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# Local Android signing credentials and private keys +/Android/argus-signing.local.properties +/Android/signing/ + +# Local build caches and generated outputs +/Keeper/ +/artifacts/