aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ab3a14ea670f84ff54c94e033998d3d01e5a112e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#Android specific
bin
gen
obj
lint.xml
local.properties
release.properties
ant.properties
*.class
*.apk
!app-release.apk
!app-debug.apk

#Gradle
.gradle
build
.DS_Store

#Maven
target
pom.xml.*

#Eclipse
.project
.classpath
.settings
.metadata

#Eclipse/Gradle integration
libs
project.properties

#IntelliJ IDEA
.idea
*.iml

captures/