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