diff options
-rw-r--r-- | android/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
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 |