Skip to content

Commit ec951e1

Browse files
zzoe2346wilkinsona
authored andcommitted
Add Spring REST Docs icon for IntelliJ IDEA
- Add an SVG project icon converted from the official PNG logo (source: https://spring.io/img/projects/spring-restdocs.png) - Update .gitignore to exclude all .idea files except icon.svg Signed-off-by: Seonghun Jeong <[email protected]> See gh-961
1 parent 5cfd3da commit ec951e1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ bin
66
build
77
!buildSrc/src/main/groovy/org/springframework/restdocs/build/
88
target
9-
.idea
9+
.idea/*
10+
!.idea/icon.svg
1011
*.iml

.idea/icon.svg

Lines changed: 8 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)