Skip to content

Commit c4941f1

Browse files
committed
enh: update dockerignore
1 parent a00f772 commit c4941f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.dockerignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ dmriprep.egg-info/**/*
1212
dmriprep.egg-info
1313
.eggs/**/*
1414
.eggs
15+
.pytest_cache/**/*
16+
.pytest_cache
17+
.ipynb_checkpoints/**/*
18+
.ipynb_checkpoints
19+
1520

1621
# housekeeping tools
1722
.maintenance/**/*
@@ -27,6 +32,8 @@ src/
2732
.gitignore
2833
.git/**/*
2934
.git
35+
.github/**/*
36+
.github
3037
.mailmap
3138

3239
# other
@@ -41,7 +48,6 @@ out/
4148
.codecov.yml
4249
.coveragerc
4350
.pep8speaks.yml
44-
.readthedocs.yml
4551
.travis.yml
4652
.zenodo.json
4753

0 commit comments

Comments
 (0)