mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
🔧 Fix psalm errors when node_modules is missing
Due to a modified Mutagen ignore-list, the node_modules folder might not sync with the container; this adjustment fixes psalm errors in those events.
This commit is contained in:
parent
ae46ee0364
commit
03ab65cbd4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
<directory name="modules" />
|
<directory name="modules" />
|
||||||
<file name="bootstrap.php" />
|
<file name="bootstrap.php" />
|
||||||
<file name="woocommerce-paypal-payments.php" />
|
<file name="woocommerce-paypal-payments.php" />
|
||||||
<ignoreFiles>
|
<ignoreFiles allowMissingFiles="true">
|
||||||
<directory name="node_modules"/>
|
<directory name="node_modules"/>
|
||||||
<directory name="modules/*/node_modules"/>
|
<directory name="modules/*/node_modules"/>
|
||||||
</ignoreFiles>
|
</ignoreFiles>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue