From a7a46a3669b719d75f38f0d95ef89c93d10b62c0 Mon Sep 17 00:00:00 2001 From: wildercayden Date: Tue, 3 Mar 2026 12:19:21 -0500 Subject: [PATCH] fixed git ignore --- .idea/.gitignore | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore index e5cbb64..058a64f 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,34 +1,22 @@ -# Gradle files +# Gradle & Build .gradle/ build/ +*.apk +*.aab -# Local configuration file (sdk path, etc) +# Local configuration local.properties -# Log/OS Files -*.log - -# Android Studio generated files and folders -captures/ -.externalNativeBuild/ -.cxx/ -*.aab -*.apk -output-metadata.json - -# IntelliJ +# Android Studio/IntelliJ +.idea/workspace.xml +.idea/libraries/ *.iml -.idea/ -misc.xml -deploymentTargetDropDown.xml -render.experimental.xml +captures/ -# Keystore files +# Keystore & Sensitive Data *.jks *.keystore +# google-services.json -# Google Services (e.g. APIs or Firebase) -google-services.json - -# Android Profiling -*.hprof +# OS specific +.DS_Store \ No newline at end of file