Skip to content

Commit

Permalink
fix(git): Added missing JEnv .java-version in .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <[email protected]>
  • Loading branch information
Coduz committed May 30, 2023
1 parent 805094a commit bfad689
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ local.properties
# SonarLint folders
.sonarlint/

#
# IDEA
#
.idea/
**/*.iml

Expand All @@ -110,5 +112,12 @@ velocity.log
# Temporarly hide consoleV2 folder until it's merged from its branch
console-v2/

#
# Misc
#

# Jenv
.java-version

# Visual Studio Code project settings
.vscode

0 comments on commit bfad689

Please sign in to comment.