GOODBOY008 opened a new pull request, #738: URL: https://github.com/apache/fesod/pull/738
## Summary This PR adds IDE configuration files for IntelliJ IDEA setup and updates the .gitignore file to properly exclude and include specific IDEA-related files. ## Changes - **`.idea/icon.svg`**: Added a new SVG icon file for the IDEA project - **`.idea/vcs.xml`**: Added version control configuration with Git mapping and GitHub issue navigation links - **`.gitignore`**: Updated to exclude `.idea` files while specifically including `icon.png` and `vcs.xml` ## Details The `.idea/vcs.xml` includes: - Git directory mapping for the project root - GitHub issue navigation configuration to link issue numbers (#123) to pull requests on apache/fesod ## Type - chore (infrastructure, configuration) ## Testing N/A - These are configuration files for development environment setup. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
