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 <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Jul 4, 2023
1 parent 0fb2895 commit 3eb85cb
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 @@ -115,5 +117,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 3eb85cb

Please sign in to comment.