-
-
Notifications
You must be signed in to change notification settings - Fork 253
/
.gitignore
77 lines (77 loc) · 1.56 KB
/
.gitignore
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild
/toro/build/
/.idea/compiler.xml
/.idea/gradle.xml
/.idea/runConfigurations.xml
/.idea/misc.xml
/.idea/modules.xml
/app/src/androidTest/
/app/proguard-rules.pro
/app/src/test/
/app/build/
!/app/libs/
/toro/src/test/
/toro/libs/
/gradle.properties
/toro-extra/libs/
/toro-extra/src/test/
/toro-extra/src/androidTest/
/extra/*.jar
/app/.classpath
/app/.project
/.project
/.settings/
/toro-core/.settings/
/toro-core/.project
/toro-core/.classpath
/app/.settings/
/app-youtube/src/androidTest/
/app-youtube/src/test/
/app-youtube/build/
/toro-exoplayer/proguard-rules.pro
/toro-exoplayer/build/
/toro-exoplayer/.gitignore
/toro-exoplayer/libs/
/toro-exoplayer/src/test/
/toro-exoplayer/src/androidTest/
/toro-core/libs/
/toro-core/build/
/toro-mopub/.gitignore
/toro-mopub/libs/
/toro-mopub/build/
/toro-mopub/proguard-rules.pro
/toro-mopub/src/androidTest/
/toro-mopub/src/test/
/demo-mopub/proguard-rules.pro
/demo-mopub/build/
/demo-mopub/libs/
/demo-mopub/.gitignore
/demo-mopub/src/androidTest/
/demo-mopub/src/test/
/.idea/caches/build_file_checksums.ser
!/gradle.properties
/.idea/markdown-navigator/
/.idea/vcs.xml
/.idea/markdown-navigator.xml
/.idea/kotlinc.xml
/toro-core/src/androidTest/
/toro-core/src/test/
/demo-exoplayer/src/androidTest/
/demo-exoplayer/src/test/
/demo-ads/src/test/
/demo-ads/proguard-rules.pro
/demo-ads/src/androidTest/
/demo-ads/.gitignore
/demo-ads/build/
/ROADMAP.md
!/app/proguard-rules.pro
!/app-youtube/proguard-rules.pro
/.idea/dictionaries/