Skip to content

Commit

Permalink
Revert [SPARK-35223] Add IssueNavigationLink
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

IDEA may re-generate the config files and it's annoying to manually exclude it from commit as the IDEA config file is under version control.

This PR removes the IDEA config files and ignores it in git. This is basically a revert of apache#32337

We can update the developer guideline about how to configure IDEA to show Github/JIRA links.

### Why are the changes needed?

avoid git troubles.

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

N/A

Closes apache#37046 from cloud-fan/tiny.

Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
  • Loading branch information
cloud-fan committed Jul 1, 2022
1 parent f8a3775 commit e261f86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
.ensime_cache/
.ensime_lucene
.generated-mima*
# All the files under .idea/ are ignore. To add new files under ./idea that are not in the VCS yet, please use `git add -f`
.idea/
# SPARK-35223: Add IssueNavigationLink to make IDEA support hyperlink on JIRA Ticket and GitHub PR on Git plugin.
!.idea/vcs.xml
.idea_modules/
.metals
.project
Expand Down
36 changes: 0 additions & 36 deletions .idea/vcs.xml

This file was deleted.

0 comments on commit e261f86

Please sign in to comment.