You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/pathFilters.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,10 @@ Path filters take on a variety of formats, and can specify paths relative to the
50
50
51
51
Multiple path filters may also be specified. The order is irrelevant. After a path matches any non-exclude path filter, it will be run through all exclude path filter. If it matches, the path is ignored.
|`file-here.txt`<br>`./quux.txt`<br>`./sub-dir/foo.txt`<br>`../subdir/inclusion.txt`| File will be included. Path is relative to the `version.json` file. |
56
-
|`sub-dir`<br>`../sub-dir`| Directory will be included. Path is relative to the `version.json` file. |
57
-
|`:/dir/file.txt`| File will be included. Path is absolute (i.e., relative to the root of the repository). |
58
-
|`:!bar.txt`<br>`:^../foo/baz.txt`| File will be excluded. Path is relative to the `version.json` file. `:!` and `:^` prefixes are synonymous. |
59
-
|`:!/root-file.txt`| File will be excluded. Path is absolute (i.e., relative to the root of the repository). |
|`./quux.txt`<br>`file-here.txt`<br>`sub-dir/foo.txt`<br>`../sibling/inclusion.txt`| File will be included. Path is relative to the `version.json` file. |
56
+
|`./`<br>`sub-dir`<br>`../sibling`| Directory will be included. Path is relative to the `version.json` file. |
57
+
|`/root-file.txt`<br>`:/dir/file.txt`| File will be included. Path is absolute (i.e., relative to the root of the repository). |
58
+
|`:!bar.txt`<br>`:^../foo/baz.txt`| File will be excluded. Path is relative to the `version.json` file. `:!` and `:^` prefixes are synonymous. |
59
+
|`:!/root-file.txt`| File will be excluded. Path is absolute (i.e., relative to the root of the repository). |
0 commit comments