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
| .gradle
| build
| *.iws
| doc/**
| bin/**
| library/bin/*
| library/gen/*
| library/.gradle
| library/.settings
| library/target
| library/install_dependencies/maven-android-sdk-deployer
| *.iml
| .idea/*
| *.DS_Store
| *.swp
| *.swo
| proguard-project.txt
| samples/flickr/.idea/*
| samples/flickr/gen
| samples/flickr/out
| samples/flickr/bin
| samples/flickr/target
| integration/volley/target/**
| **/local.properties
| *.keystore
| **/.idea/*
| .settings
| /library/.classpath
| /library/.project
| docs/**/*
| **/out/**
| **/gen-external-apklibs/**
|
|