1234567891011121314151617181920212223242526272829303132333435 |
- # built application files
- *.apk
- *.ap_
- # files for the dex VM
- *.dex
- # Java class files
- *.class
- *.orig
- # generated files
- bin/
- gen/
- # Local configuration file (sdk path, etc)
- local.properties
- # Proguard folder generated by Eclipse
- proguard/
- # Intellij project files
- *.iml
- *.ipr
- *.iws
- .idea/
- # Ignore some folders
- target/
- build/
- .gradle/
- gen-external-apklibs/
- native/build
- native/build.o
- /javadoc.xml
- /doc
|