From e13ade407301c70d9da75a2b188f11c4192b9317 Mon Sep 17 00:00:00 2001 From: Kirill Maramygin Date: Tue, 14 Sep 2021 21:24:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=BF=D1=83=D1=81=D0=BA?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D1=81=20?= =?UTF-8?q?.git=20=D0=B2=D0=BD=D1=83=D1=82=D1=80=D0=B8=20=D0=B8=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wa-system/webasyst/lib/cli/webasystCompress.cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa-system/webasyst/lib/cli/webasystCompress.cli.php b/wa-system/webasyst/lib/cli/webasystCompress.cli.php index 6a502ec39..3bc6088c9 100644 --- a/wa-system/webasyst/lib/cli/webasystCompress.cli.php +++ b/wa-system/webasyst/lib/cli/webasystCompress.cli.php @@ -1483,7 +1483,7 @@ private function filter(&$files, $blacklist = array(), $whitelist = array()) '@\.(bak|old|user|te?mp|www)(\.(php|css|js|html))?$@' => 'temp file', '@(locale)\/.+\.(te?mp)(\.(po|mo))?$@' => 'temp files in the locale directory', '@(/|^)(\.DS_Store|\.desktop\.ini|thumbs\.db)$@' => 'system file', - '@\b\.(svn|git|hg_archival\.txt)\b@' => 'CVS file', + '@\b\.(svn|hg_archival\.txt)\b@' => 'CVS file', '@(/|^)\.git.*@' => 'GIT file', '@(/|^)\.[^/]+/@' => 'directory with leading dot', '@(/|^)\.(project|buildpath)@' => 'IDE file',