lhotari commented on issue #22298:
URL: https://github.com/apache/pulsar/issues/22298#issuecomment-2006174591

   I use this type of setup with Pulsar. However, I don't encourage to add the 
files to the repository. The reason for this is that having a fixed JDK version 
in `.sdkmanrc` isn't very useful. 
   
   I'd recommend adding this to developer documentation instead of adding the 
`.sdkmanrc` files to the GitHub repository.
   
   I have a global `~/.gitignore_global` file with `.sdkmanrc` in there so that 
it doesn't get added to git.
   `~/.gitignore_global` has been registered with `git config --global 
core.excludesfile ~/.gitignore_global`.
   
   
   
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to