From ec951e123c182c70fe19a5a2f04049bbc1f4573d Mon Sep 17 00:00:00 2001 From: Seonghun Jeong Date: Mon, 24 Mar 2025 14:53:59 +0900 Subject: [PATCH] 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 See gh-961 --- .gitignore | 3 ++- .idea/icon.svg | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .idea/icon.svg diff --git a/.gitignore b/.gitignore index c508c0c3..c01583a5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,6 @@ bin build !buildSrc/src/main/groovy/org/springframework/restdocs/build/ target -.idea +.idea/* +!.idea/icon.svg *.iml \ No newline at end of file diff --git a/.idea/icon.svg b/.idea/icon.svg new file mode 100644 index 00000000..5e659204 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file