blob: 523872b71baa4c7cb2ac2f8ebe3248b235be351d [file] [log] [blame]
davemorrisseyb064b0b2013-08-26 09:45:26 -07001# 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
12bin/
13gen/
14
15# Local configuration file (sdk path, etc)
16local.properties
17
18# Eclipse project files
19.classpath
20.project
David Morrissey0e895c22013-08-26 20:07:35 +010021
22# IDEA project files
23.idea
yanghui943ca002014-06-06 13:10:17 +080024*.iml
25
David Morrissey3ab7d502016-11-04 19:08:33 +000026.DS_Store
yanghui943ca002014-06-06 13:10:17 +080027.idea
28.gradle
29build/