Index: .gitignore |
=================================================================== |
--- a/.gitignore |
+++ b/.gitignore |
@@ -1,10 +1,24 @@ |
bin/ |
gen/ |
-local.properties |
ant.properties |
+local.properties |
-#macOS |
+# Gradle |
+.gradle/ |
+build/ |
+ |
+# IntelliJ / Android Studio |
+*.iml |
+.idea/ |
+ |
+# Eclipse |
+.settings/ |
+.classpath |
+.project |
+proguard/ |
+ |
+# macOS |
.DS_Store |
-#Linux |
+# Linux |
*~ |