blob: eb380e5f47c1f8e7c6aa69924d8bddfbf74dc6c3 [file] [log] [blame]
Alexander Afanasyevdead6422015-01-27 16:32:11 -08001#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/
14out/
Alexander Afanasyev3d62ddd2015-02-12 16:59:52 -080015obj/
Alexander Afanasyevdead6422015-01-27 16:32:11 -080016build/
Alexander Afanasyevddaa8312015-01-27 16:33:45 -080017app/src/*/libs/
18app/src/*/obj/
Alexander Afanasyevdead6422015-01-27 16:32:11 -080019
20# Local configuration file (sdk path, etc)
21local.properties
22
23# Eclipse project files
24.classpath
25.project
26
27# OSX files
28.DS_Store
29
30# Windows thumbnail db
31Thumbs.db
32
33# IDEA/Android Studio project files, because
34# the project can be imported from settings.gradle
35.idea
36*.iml
37
38# Old-style IDEA project files
39*.ipr
40*.iws
41
42# Gradle cache
43.gradle
44
45# Sandbox stuff
46_sandbox