diff options
author | Joe Robinson <joe@lc8n.com> | 2014-08-02 18:02:08 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2014-08-02 18:02:08 +0100 |
commit | 848cfa51b7de694fbcef75b41818b33ed81b7359 (patch) | |
tree | e57a77a6e5d38e053af9722384a0e5d638f565f9 /.gitignore |
Initial commit of Android Studio project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f885ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.gradle +/local.properties +/.idea/workspace.xml +.DS_Store +/build |