| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 syntax: glob | |
| 2 | |
| 3 crowdin.yaml | 1 crowdin.yaml |
| 4 **/libs/armeabi* | 2 **/libs/armeabi* |
| 5 **/libs/x86 | 3 **/libs/x86 |
| 6 **/bin | 4 **/bin |
| 7 **/obj | 5 **/obj |
| 8 **/gen | 6 **/gen |
| 9 **/build | 7 **/build |
| 10 **/local.properties | 8 **/local.properties |
| 11 **/ant.properties | 9 **/ant.properties |
| 12 **/buildtools | 10 **/buildtools |
| 13 **/target | 11 **/target |
| 14 .idea | 12 .idea |
| 15 *.iml | 13 *.iml |
| 16 upload.py | 14 upload.py |
| 17 .DS_Store | 15 .DS_Store |
| 18 .* | 16 .* |
| 19 !.gitignore | 17 !.gitignore |
| 20 !.hgignore | 18 !.hgignore |
| OLD | NEW |