Files

9 lines
321 B
YAML
Raw Permalink Normal View History

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