Skip to content

Commit 73da7a8

Browse files
committed
添加.gitignore规则
Signed-off-by: 筱龙缘 <[email protected]>
1 parent 92be908 commit 73da7a8

File tree

1 file changed

+37
-6
lines changed

1 file changed

+37
-6
lines changed

.gitignore

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,38 @@
1-
.gradle
2-
/local.properties
3-
/.idea/workspace.xml
4-
/.idea/libraries
5-
.DS_Store
6-
/build
1+
72
/captures
3+
4+
# Built application files
5+
*.apk
6+
*.ap_
7+
8+
# Generated files
9+
bin/
10+
gen/
11+
12+
# Gradle files
13+
.gradle/
14+
/build
15+
/*/build/
16+
17+
# Local configuration file (sdk path, etc)
18+
local.properties
19+
20+
# Proguard folder generated by Eclipse
21+
proguard/
22+
23+
# Log Files
24+
*.log
25+
26+
# Eclipse project files
27+
.classpath
28+
.project
29+
.settings/
30+
31+
# Intellij project files
32+
*.iml
33+
*.ipr
34+
*.iws
35+
.idea/
36+
37+
# System files
38+
.DS_Store

0 commit comments

Comments
 (0)