From 4c513921014506a9f99b96d0adcaf749439a55d3 Mon Sep 17 00:00:00 2001 From: SadlyNotSappho Date: Fri, 27 Jan 2023 12:12:21 -0800 Subject: [PATCH] Initial commit --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ README.md | 3 +++ 2 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a8b0d1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# ---> Android +# Gradle files +.gradle/ +build/ + +# Local configuration file (sdk path, etc) +local.properties + +# Log/OS Files +*.log + +# Android Studio generated files and folders +captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json + +# IntelliJ +*.iml +.idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml + +# Keystore files +*.jks +*.keystore + +# Google Services (e.g. APIs or Firebase) +google-services.json + +# Android Profiling +*.hprof + diff --git a/README.md b/README.md new file mode 100644 index 0000000..902cf10 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# bart-helper + +there are probably some apps that are full of ads and bad code that do what this does but better, and all i can change in this is that it won't have ads \ No newline at end of file