Skip to content

Commit 45e37b0

Browse files
committed
Update .gitignore
Issue spring-projectsgh-15
1 parent c8cfa9d commit 45e37b0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ build/
33
!gradle/wrapper/gradle-wrapper.jar
44
!**/src/main/**
55
!**/src/test/**
6+
bin/
7+
classes/
8+
target/
9+
*.log
10+
*.log.*
611

712
### STS ###
813
.apt_generated
@@ -31,4 +36,4 @@ out/
3136
.vscode/
3237

3338
### Mac ###
34-
.DS_Store
39+
.DS_Store

0 commit comments

Comments
 (0)