Skip to content

Commit 1e358d9

Browse files
committedApr 8, 2016
Updated .gitignore
1 parent 66857e7 commit 1e358d9

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
 

‎.gitignore

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.gradle
2+
/local.properties
3+
/.idea/workspace.xml
4+
/.idea/libraries
5+
.DS_Store
6+
/build
7+
/captures
8+
9+
10+
# Built application files
11+
*.apk
12+
*.ap_
13+
14+
# Files for the Dalvik VM
15+
*.dex
16+
17+
# Java class files
18+
*.class
19+
20+
# Generated files
21+
bin/
22+
gen/
23+
24+
# Gradle files
25+
.gradle/
26+
build/
27+
/*/build/
28+
29+
# Local configuration file (sdk path, etc)
30+
local.properties
31+
32+
# Proguard folder generated by Eclipse
33+
proguard/
34+
35+
# Log Files
36+
*.log
37+
38+
# Crashlytics configuations
39+
com_crashlytics_export_strings.xml
40+
*.iml
41+
.idea
42+
/.idea
43+
*.iml
44+

0 commit comments

Comments
 (0)
Please sign in to comment.