Skip to content

Commit c7d36ef

Browse files
committedMar 7, 2017
inital commit
1 parent 9365dfa commit c7d36ef

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
 

‎.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# built application files
2+
*.apk
3+
*.ap_
4+
5+
# files for the dex VM
6+
*.dex
7+
8+
# Java class files
9+
*.class
10+
11+
# generated files
12+
bin/
13+
gen/
14+
15+
# Local configuration file (sdk path, etc)
16+
local.properties
17+
18+
# Intellij project files
19+
.idea/
20+
.gradle/
21+
*.iml
22+
*.ipr
23+
*.iws
24+
25+
build/
26+
27+
# OSX file
28+
.DS_Store
29+
30+
#executables
31+
gradlew
32+
gradlew.bat

0 commit comments

Comments
 (0)