From 94b9f59e62cb7b0d515801bf15db8092d5a5929e Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 1 Apr 2020 10:22:03 -0700 Subject: [PATCH] Remove .github folder after git pull. --- e107_handlers/cron_class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_handlers/cron_class.php b/e107_handlers/cron_class.php index 17d958c82..d5bc47617 100644 --- a/e107_handlers/cron_class.php +++ b/e107_handlers/cron_class.php @@ -58,6 +58,7 @@ class _system_cron if(!deftrue('e_DEVELOPER')) // Leave development files intact if developer mode is active. { $fl->removeDir(e_BASE.'e107_tests'); + $fl->removeDir(e_BASE.'.github'); unlink(e_BASE."composer.json"); unlink(e_BASE."composer.lock"); }