.gitignore for jEnv
2 ignore rules for jEnv, ready to copy into your repository.
Java environment manager
The complete .gitignore for jEnv
# Generated by LFGitignore - https://lfgitignore.com
# Created: 2026-08-05 02:27:20 UTC
# Technologies: jEnv
### jEnv ###
.java-version
.jenv-version
What these jEnv rules actually ignore
Every pattern below, and why it belongs in your .gitignore.
JEnv local Java version configuration file
| Pattern | What it ignores |
|---|---|
.java-version |
JEnv local Java version configuration file |
Used by previous versions of JEnv
| Pattern | What it ignores |
|---|---|
.jenv-version |
Used by previous versions of JEnv |
How to use this .gitignore for jEnv
- Copy the jEnv rules above, or download the file directly.
- Create a file named .gitignore at the root of your Git repository and paste the rules into it.
- If some of those files are already tracked, run git rm -r --cached . then commit again — Git only applies ignore rules to untracked files.
- Commit the .gitignore so everyone on the team shares the same rules.