Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wa-system/webasyst/lib/cli/webasystCompress.cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down