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

timbrown pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git


The following commit(s) were added to refs/heads/main by this push:
     new fe7215e2 add .sdkmanrc to .gitignore (#793)
fe7215e2 is described below

commit fe7215e26151cbd4608a577bd04f47719f34e21d
Author: Kevin Liu <[email protected]>
AuthorDate: Sun Feb 22 16:18:03 2026 -0500

    add .sdkmanrc to .gitignore (#793)
    
    * add .sdkmanrc
    
    * Apply suggestion from @kevinjqliu
---
 .gitignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 3e0130df..d62030a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,4 +46,7 @@ my_config.yaml
 my_config_catalog.yaml
 
 # REST generated models
-spec/generated
\ No newline at end of file
+spec/generated
+
+# SDKMan
+.sdkmanrc

Reply via email to