Ignore test fixtures in VS code

Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2024-05-30 11:46:39 +02:00
Родитель 49a49e59d3
Коммит 58ca1270b4
1 изменённых файлов: 4 добавлений и 4 удалений

8
.vscode/settings.json поставляемый
Просмотреть файл

@ -16,10 +16,10 @@
"**/vendor/**/{Tests,tests}/**",
"**/.history/**",
"**/vendor/**/vendor/**",
".github/actions/run-tests/volumes/nextcloud/custom_apps/cookbook/**",
".github/actions/run-tests/volumes/nextcloud/3rdparty/**",
".github/actions/run-tests/volumes/**",
".github/actions/run-tests/volumes"
"**/.github/actions/run-tests/volumes/nextcloud/custom_apps/cookbook/**",
"**/.github/actions/run-tests/volumes/nextcloud/3rdparty/**",
"**/.github/actions/run-tests/volumes/**",
"**/.github/actions/run-tests/volumes"
],
"intelephense.references.exclude": [
"**/vendor/**",