You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2021/04/01 16:04:24 UTC

[lucene] branch main updated: Ignore sdkmanrc file on Git (#58)

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

tomoko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new 670bbf8  Ignore sdkmanrc file on Git (#58)
670bbf8 is described below

commit 670bbf8b99c54a8d28751b403cdbbe2970a2d7e9
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Fri Apr 2 01:04:14 2021 +0900

    Ignore sdkmanrc file on Git (#58)
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8d271bf..580fee4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,6 @@ __pycache__
 
 # Emacs backup
 *~
+
+# SDKMAN
+.sdkmanrc