forked from pivotal-nicholas-barron/espresso-bootcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
45 lines (37 loc) · 884 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
pplication files
*.apk
*.ap_
# files for the dex VM
*.dex
.idea/
*.iml
# Java class files
*.class
# generated files
bin/
gen/
out/
captures/
# Local configuration file (sdk path, etc)
local.properties
gen-external-apklibs/
# Proguard folder generated by Eclipse
proguard/
apklibs/
ivy_libs/
.DS_Store
*.orig
target/
app/gen-external-apklibs/com.rengwuxian.materialedittext_library_1.7.1/AndroidManifest.xml
app/gen-external-apklibs/com.rengwuxian.materialedittext_library_1.7.1/R.txt
app/gen-external-apklibs/com.rengwuxian.materialedittext_library_1.7.1/annotations.zip
app/gen-external-apklibs/com.rengwuxian.materialedittext_library_1.7.1/classes.jar
app/gen-external-apklibs/com.rengwuxian.materialedittext_library_1.7.1/res/values/values.xml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
build/
/build/
build/intermediates/dex-cache/cache.xml