blob: 23a0e4c4b32b3b40318689ba06ed728e99421ecf [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/
15build/
16
17# Local configuration file (sdk path, etc)
18local.properties
19
20# Eclipse project files
21.classpath
22.project
23
24# OSX files
25.DS_Store
26
27# Windows thumbnail db
28Thumbs.db
29
30# IDEA/Android Studio project files, because
31# the project can be imported from settings.gradle
32.idea
33*.iml
34
35# Old-style IDEA project files
36*.ipr
37*.iws
38
39# Gradle cache
40.gradle
41
42# Sandbox stuff
43_sandbox