blob: 2f6afa6908e0121e6454ab996471bf8f2abede9c [file] [log] [blame]
Alexander Afanasyevccb373d2016-01-25 11:28:18 -08001# Maven build
2target/
3
4# Java class files
5*.class
6
7# generated files
8bin/
9gen/
10out/
11obj/
12build/
13app/src/*/libs/
14app/src/*/obj/
15
16# Local configuration file (sdk path, etc)
17local.properties
18
19# Eclipse project files
20.classpath
21.project
22
23# OSX files
24.DS_Store
25
26# Windows thumbnail db
27Thumbs.db
28
29# IDEA/Android Studio project files, because
30# the project can be imported from settings.gradle
31.idea
32*.iml
33gradle-app.setting
34nb-configuration.xml
35
36# Old-style IDEA project files
37*.ipr
38*.iws
39
40# Gradle cache
41.gradle
42gradle.properties
43
44# Sandbox stuff
45_sandbox
46
47# Emacs stuff
48prj.el