forked from aneonex/BitcoinChecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
68 lines (56 loc) · 900 Bytes
/
.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
# built application files
*.apk
*.ap_
*.bak
.vs/
# files for the dex VM
*.dex
# Java class files
*.class
# Gradle shit
./gradle
./gradle/
./gradle/*
.gradle/
# generated files
bin/
gen/
obj/
DJI-SDK-LIB/bin/
DJI-SDK-LIB/gen/
DJI-SDK-LIB/obj/
IVT-A/bin/
IVT-A/gen/
IVT-A/obj/
build/
Documentation-Generator/doc/
Pack-Relative/sdk-package/
Pack-Relative/sdk-testing-package/
# generated file
lint.xml
IVT-A/lint.xml
DJI-SDK-LIB/lint.xml
# Local configuration file (sdk/lib path, etc)
/local.properties
/project.properties
DJI-SDK-LIB/local.properties
IVT-A/local.properties
IVT-A/project.properties
IVT-A/.externalToolBuilders
# Eclipse project files
/.classpath
.settings/
DJI-SDK-LIB/.settings/
IVT-A/.classpath
IVT-A/.settings/
# Proguard folder generated by Eclipse
proguard/
IVT-A/proguard/
DJI-SDK-LIB/proguard/
# Intellij project files
*.ipr
*.iws
.idea/
*.iml
# Mac files
.DS_Store