Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds jenv's .java-version to project .gitignore (#317)
## What * Makes git ignore [`jenv`](https://www.jenv.be/)'s .`.java-version` file, to avoid adding it as an unintended artifact in future commits * As of now, we do not explicitly encourage saving this file, nor do we require [`jenv`](https://www.jenv.be/) to contribute to the project, indicating that [`jenv`](https://www.jenv.be/) is the responsibility of the user, instead of the maintainer(s) ## How * Adds a rule to the project-level .gitignore file to ignore all .java-version files ## Recommended reading order 1. Related to the initial steps in [developing-locally](https://docs.airbyte.com/contributing-to-airbyte/resources/developing-locally) ## Can this PR be safely reverted and rolled back? <!-- * If you know that your be safely rolled back, check YES.* * If that is not the case (e.g. a database migration), check NO. * If unsure, leave it blank.* --> - [ x ] YES 💚 - [ ] NO ❌
- Loading branch information