This is an automated email from the ASF dual-hosted git repository.

ggal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new 03ceb4ae [LIVY-997][DOC] Add file .sdkmanrc to .gitignore (#444)
03ceb4ae is described below

commit 03ceb4ae1f764b7299998ffafffda0a18d8a1602
Author: Javi Roman <[email protected]>
AuthorDate: Wed Jun 26 10:21:03 2024 +0200

    [LIVY-997][DOC] Add file .sdkmanrc to .gitignore (#444)
    
    ## What changes were proposed in this pull request?
    
    Add new ignore pattern to .gitignore file for .sdkmanrc file.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index b1045eaa..b7f5c71f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,6 +25,7 @@ derby.log
 dependency-reduced-pom.xml
 release-staging/
 venv/
+.sdkmanrc
 
 # For python setup.py, which pollutes the source dirs.
 python-api/dist

Reply via email to