From e10ca9fdb2ce2401a3499c2374c761d1cd9843fc 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 --- .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 c508c0c30..c01583a59 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 000000000..5e6592046 --- /dev/null +++ b/.idea/icon.svg @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file