Skip to content

Excluding gzipped files #360

Answered by arukompas
davidsalazar asked this question in Q&A
Discussion options

You must be logged in to vote

How did you define it?

'exclude' => [
  '*.gz',
]

Above should work for the laravel's storage/logs folder.

Keep in mind that the include/exclude definitions are scoped to the storage/logs folder unless you use absolute paths (start with a forward slash)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@davidsalazar
Comment options

Answer selected by davidsalazar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants