blob: 8c154fc186088368f17f9f5313d3e53fbf7112bb [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
Alexander Afanasyev7395caf2016-01-31 10:33:28 -080037nb-configuration.xml
Alexander Afanasyevdead6422015-01-27 16:32:11 -080038
39# Old-style IDEA project files
40*.ipr
41*.iws
42
43# Gradle cache
44.gradle
Alexander Afanasyev03177422015-03-11 13:38:05 -070045gradle.properties
Alexander Afanasyev7395caf2016-01-31 10:33:28 -080046gradle-app.setting
Alexander Afanasyevdead6422015-01-27 16:32:11 -080047
48# Sandbox stuff
49_sandbox