This is an automated email from the ASF dual-hosted git repository. roryqi pushed a commit to branch ISSUE-6353 in repository https://gitbox.apache.org/repos/asf/gravitino.git
commit b81770a1988aac327e7b9d1822b84b571b888ee0 Author: yangyang zhong <[email protected]> AuthorDate: Mon Jan 20 10:52:09 2025 +0800 [#6267] minor: Support jumping to the PR page and Issue page from IDE (#6269) (#6269) ### What changes were proposed in this pull request? close #6267 Support jumping to the PR page and Issue page from IDE  --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eae3d3c952..eb0adf5611 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ replay_pid* **/.gradle **/.idea !/.idea/icon.svg +!.idea/vcs.xml **/build gen **/.DS_Store
