diff options
-rw-r--r-- | Android.gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Android.gitignore b/Android.gitignore index cd49c694..87a44e0e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -20,4 +20,11 @@ local.properties .project # Proguard folder generated by Eclipse -proguard/
\ No newline at end of file +proguard/ + +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ + |