Skip to content

Commit 0a93dd9

Browse files
committed
hide settings.json
1 parent 0297f9c commit 0a93dd9

4 files changed

Lines changed: 2 additions & 19 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# Exclude source-only and development tooling from git archive/export packages.
55
/.github/** export-ignore
6-
/.vscode/** export-ignore
76
/.gitattributes export-ignore
87
/.gitignore export-ignore
98
/composer.json export-ignore

.github/workflows/wp-compatibility-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: WordPress/plugin-check-action@v1.1.6
9393
with:
9494
# Production-style plugin directory. Excludes repo-only files such as
95-
# .github, .vscode, GEMINI.md, and other development artifacts.
95+
# .github, GEMINI.md, and other development artifacts.
9696
build-dir: './plugin-check-build/enginescript-site-exporter'
9797

9898
# Configure which categories to check
@@ -234,7 +234,6 @@ jobs:
234234
<exclude-pattern>*/languages/*</exclude-pattern>
235235
<exclude-pattern>*/.git/*</exclude-pattern>
236236
<exclude-pattern>*/.github/*</exclude-pattern>
237-
<exclude-pattern>*/.vscode/*</exclude-pattern>
238237
<exclude-pattern>*.js</exclude-pattern>
239238
<exclude-pattern>*.css</exclude-pattern>
240239
@@ -461,7 +460,6 @@ jobs:
461460
grep -r "$1" \
462461
--include="*.php" \
463462
--exclude-dir=.github \
464-
--exclude-dir=.vscode \
465463
--exclude-dir=build \
466464
--exclude-dir=coverage \
467465
--exclude-dir=plugin-check-build \

.vscode/settings.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

phpstan.neon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ parameters:
99

1010
excludePaths:
1111
- .github
12-
- .vscode
1312

1413
bootstrapFiles:
1514
- vendor/php-stubs/wordpress-stubs/wordpress-stubs.php
1615

1716
treatPhpDocTypesAsCertain: false
1817

19-
ignoreErrors: []
18+
ignoreErrors: []

0 commit comments

Comments
 (0)