Skip to content

Commit 9e748dc

Browse files
committed
add gitignore
1 parent 2b891ab commit 9e748dc

File tree

2 files changed

+18
-31
lines changed

2 files changed

+18
-31
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# idea
2+
.idea
3+
4+
# iml
5+
JdkLearn/learnjava.iml
6+
JdkLearn/JdkLearn.iml
7+
Spring-Boot/learnsb.iml
8+
Spring-Boot/Spring-Boot.iml
9+
Spring/learnspring.iml
10+
Spring/Spring.iml
11+
Spring-AOP/learnaop.iml
12+
Spring-AOP/Spring-AOP.iml
13+
14+
# target
15+
JdkLearn/target
16+
Spring/target
17+
Spring-AOP/target
18+
Spring-Boot/target

Spring-AOP/.gitignore

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)