Skip to content

Commit

Permalink
feat: update exclude regexes
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Jan 9, 2023
1 parent 77f9e05 commit 5c2436e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions LiveReload.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ public function __construct()
'.*/\.git',
'.*/\.github',
'.*/\.vscode',
'.*site/modules/TracyDebugger/tracy-.*',
'.*site/templates/bundle/*',
'.*site/assets/RockPdfDumps/*',
'.*/site/modules/TracyDebugger/tracy-.*',
'.*/site/templates/bundle/*',
'.*/site/assets/RockPdfDumps/*',
'.*/site/modules/RockBlocks/blocks/.*.css',
],
// user defined exclude regexes
'exclude' => [],
Expand Down

0 comments on commit 5c2436e

Please sign in to comment.