diff options
| author | Asturfran <38794161+Asturfran@users.noreply.github.com> | 2023-06-02 11:19:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-02 11:19:11 +0200 |
| commit | f815a7bee9e669cc4981f08c6fbca869b7a5ba1e (patch) | |
| tree | 3e92c6a40f4afeb7e37debb32d2eed3c132b8669 | |
Initial commit
| -rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..347e252 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# 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 |