-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy path.gitignore
61 lines (48 loc) · 1.02 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
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
build.gradle
app/build.gradle
.idea/ app/build.gradle
/app/src/main/AndroidManifest.xml
/app/src/main/java/functions/Constant.java
app/release/
.idea
app/src/main/res/drawable/1.png
app/src/main/res/drawable/2.png
app/src/main/res/drawable/3.png
app/src/main/res/drawable/4.png
app/src/main/res/drawable/5.png
app/src/main/res/drawable/6.png
app/src/main/res/drawable/7.png
app/src/main/res/drawable/8.png
app/src/main/res/drawable/9.png
app/src/main/res/drawable/10.png
app/src/main/res/drawable/11.png
#built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
# Windows thumbnail db
Thumbs.db
# Eclipse project files
.classpath
.project
# Android Studio
*.iml
#.idea/workspace.xml - remove # and delete .idea if it better suit your needs.
build/
#NDK
obj/