Skip to content

Commit

Permalink
lychee: ignore youtube and .ext2
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Dec 22, 2023
1 parent e88e752 commit 18d7cfd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scheme = [ "http", "https" ]
include_verbatim = true

exclude = [
'.*(twitter|github|linkedin|reddit)\.com.*',
'.*(twitter|github|linkedin|reddit|youtube|youtube-nocookie)\.com.*',
'.*packages\.ubuntu\.com.*',
'http://127\.0\.0\.1:(8000|8080|8086).*',
'.*rpm\.leaningtech\.com.*',
Expand All @@ -26,5 +26,6 @@ exclude = [
'https://raw.githubusercontent.com/leaningtech/cheerpj-example-swingset3/main',
'https://swingset3.dev.java.net/',
'https://my.url.com/',
'https://www.w3.org/.*'
'https://www.w3.org/.*',
'.*\.ext2'
]

0 comments on commit 18d7cfd

Please sign in to comment.