From ed04b021689ddd4a498705dbf2ff03d8707a2ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Thie=C3=9Fen?= Date: Sat, 8 May 2021 14:48:05 +0200 Subject: [PATCH] Modified .gitignore and removed unnecessary files --- .gitignore | 6 +- .idea/caches/build_file_checksums.ser | Bin 537 -> 0 bytes .idea/compiler.xml | 18 +- .idea/gradle.xml | 2 +- .idea/misc.xml | 2 +- .idea/modules.xml | 4 +- RiskAhead-Android.iml | 3 +- app/app.iml | 203 ----------------------- app/release/app-release.apk | Bin 6525256 -> 0 bytes app/release/output.json | 1 - gradle/wrapper/gradle-wrapper.properties | 6 +- 11 files changed, 13 insertions(+), 232 deletions(-) delete mode 100644 .idea/caches/build_file_checksums.ser delete mode 100644 app/app.iml delete mode 100644 app/release/app-release.apk delete mode 100644 app/release/output.json diff --git a/.gitignore b/.gitignore index b931121..9400ab0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ .gradle -/local.properties -/app/release/ .idea .DS_Store +/local.properties +/app/release/ +/releeas +/app/build/ /build /captures diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser deleted file mode 100644 index 665e622a8090c5f7a1b7b8897ff1a0c0c392cf34..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 537 zcmZ4UmVvdnh`~NNKUXg?FQq6yGexf?KR>5fFEb@IQ7^qHF(oHeub?PDD>b=9F91S2 zm1gFoxMk*~I%lLNXBU^|7Q2L-Ts|(GuF1r} - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index db744c3..3701978 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -8,7 +8,7 @@