Skip to content

Commit 36dc276

Browse files
committed
docs: delete duplicate files
1 parent db43a76 commit 36dc276

File tree

208 files changed

+35
-400
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+35
-400
lines changed

.gitignore

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
1-
/bin/
2-
.idea/*
3-
.classpath*
4-
.project*
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+
out/
12+
13+
# gradle
14+
.gradle/
15+
gradle-app.setting
16+
!gradle-wrapper.jar
17+
build/
18+
19+
local.properties
20+
21+
##----------idea----------
522
*.iml
23+
.idea/
24+
*.ipr
25+
*.iws
26+
27+
# Android Studio Navigation editor temp files
28+
.navigation/
29+
30+
##----------Other----------
31+
# osx
32+
*~
33+
.DS_Store
34+
gradle.properties
35+
36+
.vscode

out/production/github-repo/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.
-547 Bytes
Binary file not shown.
-3.67 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)