Skip to content

Commit 4f19918

Browse files
committed
Add .gitignore
Remove .DS_Store and add .gitignore
1 parent 6a1db8e commit 4f19918

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/gradle/wrapper/gradle-wrapper.properties
2+
##----------Android----------
3+
# build
4+
*.apk
5+
*.ap_
6+
*.dex
7+
*.class
8+
bin/
9+
gen/
10+
build/
11+
12+
# gradle
13+
.gradle/
14+
gradle-app.setting
15+
!gradle-wrapper.jar
16+
build/
17+
18+
local.properties
19+
20+
##----------idea----------
21+
*.iml
22+
.idea/
23+
*.ipr
24+
*.iws
25+
26+
# Android Studio Navigation editor temp files
27+
.navigation/
28+
29+
##----------Other----------
30+
# osx
31+
*~
32+
.DS_Store
33+
gradle.properties

0 commit comments

Comments
 (0)