From 570e3a706fe615e1699356761f999b47944d4859 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 25 Jun 2018 15:42:51 +0200 Subject: Add a .gitignore file specific for Android project --- android/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 android/.gitignore diff --git a/android/.gitignore b/android/.gitignore new file mode 100644 index 0000000..3b75251 --- /dev/null +++ b/android/.gitignore @@ -0,0 +1,13 @@ +#IDEs +/.idea +*.iml + +#OS +.DS_Store + +#builds +/build +*.apk + +.gradle +/local.properties -- cgit v1.2.3