Skip to content

Commit

Permalink
Exclude temp files used in hooks from VS code
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Wolf <[email protected]>
  • Loading branch information
christianlupus committed Dec 3, 2023
1 parent a77e032 commit 55f5fb3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cookbook.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -43,6 +43,7 @@
"**/vendor/**/vendor/**",
// "3rdparty/**"
".github/actions/**",
".hook-checkout/**"
],
"cSpell.words": [
"Nextcloud"
Expand Down

0 comments on commit 55f5fb3

Please sign in to comment.