From f3e1fb7664a532f863fb047a86194dfcae5a1ee2 Mon Sep 17 00:00:00 2001 From: Draff Date: Fri, 30 May 2025 17:15:05 +0100 Subject: [PATCH] update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 49c37ffd5..0145a7eda 100755 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,7 @@ local.properties # SY ignores google-services.json /app/src/main/assets/client_secrets.json -*.apk \ No newline at end of file +*.apk + +# Custom ignores +/keys \ No newline at end of file