This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 829c268 [MINOR] Add jEnv configuration file to .gitignore 829c268 is described below commit 829c268ced3f4f7609c0db2c5d9b15055f49da11 Author: Jongyoul Lee <jongy...@gmail.com> AuthorDate: Tue Sep 14 12:36:11 2021 +0900 [MINOR] Add jEnv configuration file to .gitignore ### What is this PR for? Add a new pattern for jEnv configuration file(.java-version) to .gitignore ### What type of PR is it? [Improvement] ### Todos * [x] - Add a new pattern to .gitignore ### What is the Jira issue? Minor issue ### How should this be tested? Doesn't affect an actual behavior ### Screenshots (if appropriate) N/A ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jongyoul Lee <jongy...@gmail.com> Closes #4220 from jongyoul/minor-jenv-git-ignore and squashes the following commits: 7943a945f [Jongyoul Lee] [MINOR] Add jEnv configuration file to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 618075d..338140c 100644 --- a/.gitignore +++ b/.gitignore @@ -107,7 +107,7 @@ target/ # maven flattened pom files **/.flattened-pom.xml -# Generated by Jekyll +# Generated by Jekyll docs/_site/ *~ @@ -129,3 +129,6 @@ tramp # Git properties **/git.properties + +# jEnv file +.java-version