From cd50bd6d63b38837dcbb4c7513e3f53bd072068d Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 5 Nov 2025 23:37:26 +0000 Subject: [PATCH] update clean commant Signed-off-by: Andy Miller --- system/src/Grav/Console/Cli/CleanCommand.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/src/Grav/Console/Cli/CleanCommand.php b/system/src/Grav/Console/Cli/CleanCommand.php index 1418a63d0..e5a5eab06 100644 --- a/system/src/Grav/Console/Cli/CleanCommand.php +++ b/system/src/Grav/Console/Cli/CleanCommand.php @@ -29,6 +29,9 @@ class CleanCommand extends Command /** @var array */ protected $paths_to_remove = [ + '.gitattributes', + '.github/', + '.phan/', 'codeception.yml', 'tests/', 'user/plugins/admin/vendor/bacon/bacon-qr-code/tests',