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