From 55f5fb31c360249728b625b8157c464ee70d92d7 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 3 Dec 2023 21:16:49 +0100 Subject: [PATCH] Exclude temp files used in hooks from VS code Signed-off-by: Christian Wolf --- cookbook.code-workspace | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cookbook.code-workspace b/cookbook.code-workspace index 2fec2534a..00ad8ac0f 100644 --- a/cookbook.code-workspace +++ b/cookbook.code-workspace @@ -23,11 +23,11 @@ ".github/actions/run-tests/volumes/output/**/*": true, ".github/actions/run-tests/volumes/postgres/**/*": true, ".github/actions/run-tests/volumes/nextcloud/custom_apps/cookbook/**/*": true, - ".github/actions/run-tests/volumes/**/*": true + ".github/actions/run-tests/volumes/**/*": true, + ".hook-checkout/**/*": true }, "files.watcherExclude": { - ".github/actions/run-tests/volumes/nextcloud/custom_apps/cookbook/**/*": true, - ".github/actions/run-tests/volumes/nextcloud/**/*": true + ".github/actions/run-tests/volumes/**/*": true }, //"intelephense.trace.server": "message", "intelephense.files.exclude": [ @@ -43,6 +43,7 @@ "**/vendor/**/vendor/**", // "3rdparty/**" ".github/actions/**", + ".hook-checkout/**" ], "cSpell.words": [ "Nextcloud"