Skip to content

Commit dde1c33

Browse files
authored
Merge pull request #3261 from OpenNeuroOrg/pre-receive-default-ignore
fix(worker): Add expected dotfiles to default bidsignore rules
2 parents 7cd560f + e2afb25 commit dde1c33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/datalad/hooks/pre-receive

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ function main() {
130130
python -m bidsschematools pre-receive-hook <<END
131131
bids-hook-v2
132132
$( git show "${newref}:dataset_description.json" | tr -d '\r\n' )
133+
.datalad/config
134+
.gitattributes
135+
.bidsignore
133136
${bidsignore}
134137
0001
135138
$( git ls-tree --name-only -r "${newref}" )

0 commit comments

Comments
 (0)