14 lines
239 B
YAML
14 lines
239 B
YAML
dirs:
|
|
- .
|
|
|
|
useGitIgnore: true
|
|
|
|
ignorePatterns:
|
|
- pattern: "^https://crates.io"
|
|
- pattern: "^https://github.com/AFLplusplus/linux-qemu-image-builder"
|
|
- pattern: "https://www.romu-random.org/"
|
|
|
|
aliveStatusCodes:
|
|
- 0
|
|
- 200
|
|
- 403 |