diff options
author | Benoit Marty <benoit.marty@gmail.com> | 2018-06-25 15:42:51 +0200 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-06-27 14:00:20 -0400 |
commit | 570e3a706fe615e1699356761f999b47944d4859 (patch) | |
tree | 8862182f9ec787d6ea1e913ea2cf776934ef2ead /android | |
parent | 36fd68c818c72e8cd802dd524e9464577d3be7cf (diff) |
Add a .gitignore file specific for Android project
Diffstat (limited to 'android')
-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 |