Skip to content

Commit 2f87bca

Browse files
committed
maint: catch up all packaging/deployment with fMRIPrep
1 parent 8465bb2 commit 2f87bca

23 files changed

+7733
-2984
lines changed

.docker/fsl-6.0/bin/eddy_openmp

-30.8 MB
Binary file not shown.

.docker/fsl-6.0/bin/imglob

Lines changed: 0 additions & 132 deletions
This file was deleted.

.docker/fsl-6.0/bin/topup

-36.4 MB
Binary file not shown.
-1.13 MB
Binary file not shown.
-35 MB
Binary file not shown.

.docker/neurodebian.gpg

Lines changed: 0 additions & 71 deletions
This file was deleted.

.dockerignore

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -12,43 +12,16 @@ dmriprep.egg-info/**/*
1212
dmriprep.egg-info
1313
.eggs/**/*
1414
.eggs
15+
16+
.pixi
17+
.tox
18+
19+
# python distribution
1520
.pytest_cache/**/*
1621
.pytest_cache
1722
.ipynb_checkpoints/**/*
1823
.ipynb_checkpoints
1924

20-
21-
# housekeeping tools
22-
.maintenance/**/*
23-
.maintenance
24-
get_version.py
25-
tox.ini
26-
27-
# pip installs
28-
src/**/*
29-
src/
30-
3125
# git
3226
.gitignore
33-
.git/**/*
34-
.git
35-
.github/**/*
36-
.github
3727
.mailmap
38-
39-
# other
40-
work/**/*
41-
work
42-
out/**/*
43-
out/
44-
45-
# CI, etc.
46-
.circleci
47-
.circleci/**/*
48-
.codecov.yml
49-
.coveragerc
50-
.pep8speaks.yml
51-
.travis.yml
52-
.zenodo.json
53-
54-
.afq

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SCM syntax highlighting & preventing 3-way merges
2+
pixi.lock merge=binary linguist-language=YAML linguist-generated=true

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,6 @@ ENV/
107107

108108
#kubernetes stuff
109109
kubernetes/jobs/
110+
# pixi environments
111+
.pixi/*
112+
!.pixi/config.toml

0 commit comments

Comments
 (0)