From ecf84f3f4727fcf908d8416288392397444f19a3 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Fri, 22 Aug 2025 05:20:47 -0400 Subject: [PATCH] add gitignore --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6961e10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# Gradle +.gradle/ + +# Local configuration +local.properties + +# Keystore files +*.jks +*.keystore + +# Build folder +app/build/ + +# NDK +app/.cxx/ \ No newline at end of file