Adds ignore path functionality

This commit is contained in:
Henry Painter 2022-08-13 15:47:59 +01:00
parent b0bc141e31
commit d748e34e85
10 changed files with 9748 additions and 32251 deletions

18
.github/filters.yml vendored
View file

@ -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"