Skip to content

Commit 7555328

Browse files
committed
fix some bug
1 parent 3451d81 commit 7555328

File tree

1 file changed

+39
-6
lines changed

1 file changed

+39
-6
lines changed

.gitignore

+39-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,40 @@
1-
.gradle
2-
/local.properties
3-
/.idea/workspace.xml
4-
/.idea/libraries
1+
# Custom
2+
_site
3+
4+
# Ant
5+
MANIFEST.MF
6+
./*.jar
7+
build.num
8+
build
9+
10+
# ADT
11+
.classpath
12+
.project
13+
.settings
14+
local.properties
15+
bin
16+
gen
17+
_layouts
18+
proguard.cfg
19+
20+
# OSX
521
.DS_Store
6-
/build
7-
/captures
22+
23+
# Github
24+
gh-pages
25+
26+
# Gradle
27+
.gradle
28+
build
29+
30+
# IDEA
31+
*.iml
32+
*.ipr
33+
*.iws
34+
out
35+
.idea
36+
37+
# Maven
38+
target
39+
release.properties
40+
pom.xml.*

0 commit comments

Comments
 (0)