fixed wrong vscode ignore setting that kept the boot-java build out of the vsix package

This commit is contained in:
Martin Lippert
2017-03-16 11:35:24 +01:00
parent 603892311e
commit 8eb5a27f7b

View File

@@ -23,7 +23,7 @@ scripts/**
# Compiler output
out/test/**
target/**
!target/vscode-boot-properties-*.jar
!target/vscode-boot-java-*.jar
# Extensions
.gitignore