mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 00:59:04 +00:00
20 lines
No EOL
290 B
YAML
20 lines
No EOL
290 B
YAML
error:
|
|
- not_existing_path/**/*
|
|
any:
|
|
- "**/*"
|
|
anyignore:
|
|
-
|
|
paths: "**/*"
|
|
paths_ignore:
|
|
- "**/*.md"
|
|
anyignorenull:
|
|
-
|
|
paths: "**/*"
|
|
paths_ignore:
|
|
- "**local.ts"
|
|
- "**local.md"
|
|
anyignoreall:
|
|
-
|
|
paths: "**/*"
|
|
paths_ignore:
|
|
- "**/*.no" |