Skip to content

Commit ec10ea6

Browse files
committed
Added docs
1 parent 24e3dcd commit ec10ea6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ If you would like to test individual files you can use the file specific checks
4444

4545
Additionally you can reformat stored errors against a new config using `validate.reformat()`
4646

47+
#### .bidsignore
48+
Optionally one can include a `.bidsignore` file in the root of the dataset. This file lists patterns (compatible
49+
with the [.gitignore syntax](https://git-scm.com/docs/gitignore)) defining files that should be ignored by the
50+
validator. This option is useful when the validated dataset includes file types not yet supported by BIDS specification.
51+
4752
#### Configuration
4853

4954
You can configure the severity of errors by passing a json configuration file with a --c or --config flag to the command line interface or by defining a config object on the options object passed during javascript usage.

0 commit comments

Comments
 (0)