mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-08 10:01:34 +00:00
Adds ignore path functionality
This commit is contained in:
parent
b0bc141e31
commit
d748e34e85
10 changed files with 9748 additions and 32251 deletions
18
.github/filters.yml
vendored
18
.github/filters.yml
vendored
|
@ -1,4 +1,20 @@
|
|||
error:
|
||||
- not_existing_path/**/*
|
||||
any:
|
||||
- "**/*"
|
||||
- "**/*"
|
||||
anyignore:
|
||||
-
|
||||
paths: "**/*"
|
||||
paths_ignore:
|
||||
- "**/*.md"
|
||||
anyignorenull:
|
||||
-
|
||||
paths: "**/*"
|
||||
paths_ignore:
|
||||
- "**local.ts"
|
||||
- "**local.md"
|
||||
anyignoreall:
|
||||
-
|
||||
paths: "**/*"
|
||||
paths_ignore:
|
||||
- "**/*.no"
|
Loading…
Add table
Add a link
Reference in a new issue