We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ea5fe7 + ced60da commit fd74668Copy full SHA for fd74668
README.md
@@ -296,6 +296,7 @@ You would probably like to configure the package to skip some routes.
296
'skip' => [
297
'*.pdf', //Ignore all routes with final .pdf
298
'*/downloads/*',//Ignore all routes that contain 'downloads'
299
+ 'assets/*', // Ignore all routes with the 'assets' prefix
300
];
301
```
302
0 commit comments