Skip to content

Commit fd74668

Browse files
Merge pull request #72 from JapSeyz/patch-1
Update README.md
2 parents 5ea5fe7 + ced60da commit fd74668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ You would probably like to configure the package to skip some routes.
296296
'skip' => [
297297
'*.pdf', //Ignore all routes with final .pdf
298298
'*/downloads/*',//Ignore all routes that contain 'downloads'
299+
'assets/*', // Ignore all routes with the 'assets' prefix
299300
];
300301
```
301302

0 commit comments

Comments
 (0)