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 <tjdgns5506@gmail.com>

See gh-961
This commit is contained in:
Seonghun Jeong
2025-03-24 14:53:59 +09:00
committed by Andy Wilkinson
parent 5cfd3dad59
commit ec951e123c
2 changed files with 10 additions and 1 deletions

3
.gitignore vendored
View File

@@ -6,5 +6,6 @@ bin
build
!buildSrc/src/main/groovy/org/springframework/restdocs/build/
target
.idea
.idea/*
!.idea/icon.svg
*.iml

8
.idea/icon.svg generated Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB