spring-restdocs
spring-restdocs copied to clipboard
Add Spring REST Docs icon for IntelliJ IDEA
Adding an icon.svg improves readability and consistency in IntelliJ’s spring project view(and it looks better)
Steps:
- Added an SVG project icon to
.idea/icon.svg, converted from the official PNG logo (source: https://spring.io/img/projects/spring-restdocs.png) - Updated
.gitignoreto exclude all.ideafiles excepticon.svg
BEFORE
AFTER
Let me know if any adjustments are needed! Thanks.