From d2b400d5a39a8d05011876dc97f988df2da31233 Mon Sep 17 00:00:00 2001 From: Akshay Urankar Date: Wed, 13 Aug 2025 12:00:42 +0530 Subject: [PATCH] updated gruntfile --- Gruntfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 2264fb9..63c5b98 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -18,6 +18,7 @@ module.exports = function (grunt) { "**/*.php", "!.git/**/*", "!bin/**/*", + "!vendor/**", "!node_modules/**/*", "!tests/**/*", ], @@ -61,6 +62,7 @@ module.exports = function (grunt) { "!node_modules/**", "!tests/**", "!.git/**", + "!vendor/**", "!bin/**", '!phpstan-baseline.neon', '!phpstan.neon',