| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 bin/ | 1 bin/ |
| 2 gen/ | 2 gen/ |
| 3 ant.properties | |
| 3 local.properties | 4 local.properties |
| 4 ant.properties | |
| 5 | 5 |
| 6 #macOS | 6 # Gradle |
| 7 .gradle/ | |
| 8 build/ | |
| 9 | |
| 10 # IntelliJ / Android Studio | |
| 11 *.iml | |
| 12 .idea/ | |
| 13 | |
| 14 # Eclipse | |
| 15 .settings/ | |
| 16 .classpath | |
| 17 .project | |
| 18 proguard/ | |
| 19 | |
| 20 # macOS | |
| 7 .DS_Store | 21 .DS_Store |
| 8 | 22 |
| 9 #Linux | 23 # Linux |
| 10 *~ | 24 *~ |
| OLD | NEW |