mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:06:23 +00:00
9 lines
321 B
YAML
9 lines
321 B
YAML
dirs:
|
|
- .
|
|
excludedFiles:
|
|
- RELEASES.md # This file has too many links to efficiently check
|
|
ignorePatterns:
|
|
- pattern: '^http://localhost.*$' # Localhost links are used during tutorials
|
|
- pattern: "^https://.+\\.lux-dev\\.network$" # This check doesn't have the correct credentials
|
|
useGitIgnore: true
|