This is an automated email from the ASF dual-hosted git repository. chengpan 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 35e1299126 [MINOR] Remove duplicate entry in .gitignore 35e1299126 is described below commit 35e12991262566a4ac7a3fce11ab8dbd08d05cde Author: hiscat <46845236+mylanpan...@users.noreply.github.com> AuthorDate: Thu Sep 19 15:08:10 2024 +0800 [MINOR] Remove duplicate entry in .gitignore ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html ### What type of PR is it? Bug Fix Improvement Feature Documentation Hot Fix Refactoring *Please leave your type of PR only* ### Todos * [ ] - Task ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] ### How should this be tested? * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? * Is there breaking changes for older versions? * Does this needs documentation? Closes #4837 from MyLanPangzi/patch-2. Signed-off-by: Cheng Pan <cheng...@apache.org> --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6784673088..61ae7eb6a6 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ conf/keystore conf/truststore conf/interpreter.json conf/notebook-authorization.json -conf/shiro.ini conf/credentials.json conf/helium.json