From 8c6390571d28ff21a98ed3802458aceddbb6d2a0 Mon Sep 17 00:00:00 2001 From: Lena Date: Sun, 16 Aug 2026 00:00:00 +0000 Subject: build: pin and verify release inputs Support Alpine/musl and Debian/glibc hosts, lock downloaded and Gradle artifacts, and verify native and APK security properties. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a281502..08c6b56 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,16 @@ # Build output and native-lib artifacts (rebuilt from source). /out/ +/build/ /app/build/ /app/src/main/jniLibs/ /rsync/work/ /rsync/*.tar.gz -/rsh/rsh +/rsync/*.part.* # Gradle and Android local config. .gradle/ /.kotlin/ +/.toolchains/ /local.properties # Secrets: .gitignore is the secret manager. -- cgit v1.2.3