Skip to content

Commit a7c3bc6

Browse files
author
xinzhifu
committed
修改ignore文件
1 parent 6d8112e commit a7c3bc6

File tree

4 files changed

+59
-20
lines changed

4 files changed

+59
-20
lines changed

.gitignore

Lines changed: 29 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
1-
# Created by .ignore support plugin (hsz.mobi)
2-
### Example user template template
3-
### Example user template
1+
HELP.md
2+
target/
3+
!.mvn/wrapper/maven-wrapper.jar
4+
!**/src/main/**
5+
!**/src/test/**
46

5-
# IntelliJ project files
6-
.idea
7+
### STS ###
8+
.apt_generated
9+
.classpath
10+
.factorypath
11+
.project
12+
.settings
13+
.springBeans
14+
.sts4-cache
15+
16+
### IntelliJ IDEA ###
17+
*.idea
18+
*.iws
719
*.iml
8-
out
9-
gen
20+
*.ipr
21+
22+
### NetBeans ###
23+
/nbproject/private/
24+
/nbbuild/
25+
/dist/
26+
/nbdist/
27+
/.nb-gradle/
28+
build/
29+
30+
### VS Code ###
31+
.vscode/

pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
<module>springboot-sharding-jdbc</module>
3030
<module>springboot-erupt</module>
3131
<module>springboot-magic-api</module>
32-
<module>springboot-test</module>
3332
<module>springboot-mapstruct</module>
34-
<!-- <module>springboot-jasypt</module>-->
35-
<!-- <module>springboot-webhook-wechat</module>-->
3633
</modules>
3734

3835
<properties>

springboot-testng-report/.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
HELP.md
22
target/
33
!.mvn/wrapper/maven-wrapper.jar
4-
!**/src/main/**/target/
5-
!**/src/test/**/target/
4+
!**/src/main/**
5+
!**/src/test/**
66

77
### STS ###
88
.apt_generated
@@ -26,8 +26,6 @@ target/
2626
/nbdist/
2727
/.nb-gradle/
2828
build/
29-
!**/src/main/**/build/
30-
!**/src/test/**/build/
3129

3230
### VS Code ###
3331
.vscode/
Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
1-
# Created by .ignore support plugin (hsz.mobi)
2-
### Example user template template
3-
### Example user template
1+
HELP.md
2+
target/
3+
!.mvn/wrapper/maven-wrapper.jar
4+
!**/src/main/**
5+
!**/src/test/**
46

5-
# IntelliJ project files
7+
### STS ###
8+
.apt_generated
9+
.classpath
10+
.factorypath
11+
.project
12+
.settings
13+
.springBeans
14+
.sts4-cache
15+
16+
### IntelliJ IDEA ###
617
.idea
18+
*.iws
719
*.iml
8-
out
9-
gen
20+
*.ipr
21+
22+
### NetBeans ###
23+
/nbproject/private/
24+
/nbbuild/
25+
/dist/
26+
/nbdist/
27+
/.nb-gradle/
28+
build/
29+
30+
### VS Code ###
31+
.vscode/

0 commit comments

Comments
 (0)