Skip to content

Commit 685574c

Browse files
committed
f
1 parent 5bcbb7e commit 685574c

File tree

1 file changed

+13
-25
lines changed

1 file changed

+13
-25
lines changed

.gitignore

+13-25
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
1-
# svn
2-
.svn
3-
4-
# builds
5-
target
6-
7-
node_modules
8-
9-
# logs
10-
*.log
11-
*.log.*
12-
*.ipr
13-
*.iws
14-
15-
# idea files
16-
.idea
1+
#过滤文件夹target,.idea
2+
/target
3+
/.idea
4+
/out
175
*.iml
18-
*.ipr
19-
*.iws
206

21-
# eclipse files
22-
.settings
23-
.project
24-
.classpath
7+
#编译文件
8+
*.class
9+
10+
#包文件
11+
*.jar
12+
*.war
13+
*.zip
14+
*.rar
15+
*.tar.gz
2516

26-
# OSX
27-
.DS_Store
28-
.properties

0 commit comments

Comments
 (0)