Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 1 | # built application files |
| 2 | *.apk |
| 3 | *.ap_ |
| 4 | |
| 5 | # files for the dex VM |
| 6 | *.dex |
| 7 | |
| 8 | # Java class files |
| 9 | *.class |
| 10 | |
| 11 | # generated files |
| 12 | bin/ |
| 13 | out/ |
Ian Ni-Lewis | 7fba713 | 2013-10-04 14:22:53 -0700 | [diff] [blame^] | 14 | src/common |
| 15 | src/template |
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 16 | |
| 17 | # Libraries used by the app |
| 18 | # Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc. |
| 19 | /libs |
| 20 | |
| 21 | |
| 22 | # Build stuff (auto-generated by android update project ...) |
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 23 | ant.properties |
| 24 | local.properties |
Alexander Lucas | 2e8e52d | 2013-04-12 15:37:22 -0700 | [diff] [blame] | 25 | |
| 26 | # Eclipse project files |
| 27 | .classpath |
| 28 | .project |
| 29 | |
| 30 | # idea project files |
| 31 | .idea/ |
| 32 | .idea/.name |
| 33 | *.iml |
| 34 | *.ipr |
| 35 | *.iws |
| 36 | |
Alexander Lucas | 894fa10 | 2013-06-12 15:53:26 -0700 | [diff] [blame] | 37 | ##Gradle-based build |
| 38 | .gradle |
| 39 | build/ |
Ian Ni-Lewis | 0dededa | 2013-06-25 17:41:33 -0700 | [diff] [blame] | 40 | |
Ian Ni-Lewis | 7fba713 | 2013-10-04 14:22:53 -0700 | [diff] [blame^] | 41 | |