This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new 2391066 Remove vscode files 2391066 is described below commit 2391066646c2c9ba98d65ad6d95f85d5faa6d2cb Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon May 23 20:25:01 2022 +0200 Remove vscode files --- .gitignore | 1 + jbang/pipe/.vscode/settings.json | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 157a4bf..2f891ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ target/ .camel-jbang/ +.vscode/ camel-runner.jar \ No newline at end of file diff --git a/jbang/pipe/.vscode/settings.json b/jbang/pipe/.vscode/settings.json deleted file mode 100644 index cf11b06..0000000 --- a/jbang/pipe/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "java.project.referencedLibraries": [ - "lib/**/*.jar", - "/Users/davsclaus/Library/Application Support/Code/User/globalStorage/redhat.vscode-camelk/java-dependencies-3.14.1/dependencies/*.jar" - ] -} \ No newline at end of file