From d9dfe498708cc15e51fb8be362961b9ac75cf0de Mon Sep 17 00:00:00 2001 From: yanghua Date: Thu, 22 Feb 2024 06:09:18 +0000 Subject: [PATCH] [KYUUBI #6071] Add .java-version into git ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # :mag: Description ## Issue References ๐Ÿ”— This pull request fixes #6071 ## Describe Your Solution ๐Ÿ”ง Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. ## Types of changes :bookmark: - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan ๐Ÿงช #### Behavior Without This Pull Request :coffin: #### Behavior With This Pull Request :tada: #### Related Unit Tests --- # Checklist ๐Ÿ“ - [ ] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6072 from yanghua/kyuubi-6071. Closes #6071 cae4a473c [yanghua] [KYUUBI #6071] Add .java-version into git ignore Authored-by: yanghua Signed-off-by: Cheng Pan (cherry picked from commit e4f9c5ddbc5367f18c7573cdd6efd588351ba65e) Signed-off-by: Cheng Pan --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dcf808e67..6ee487cf8 100644 --- a/.gitignore +++ b/.gitignore @@ -75,6 +75,7 @@ embedded_zookeeper/ conf/log4j2.xml conf/kyuubi-defaults.conf conf/kyuubi-env.sh +.java-version # For Antlr kyuubi-server/gen