We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00f772 commit c4941f1Copy full SHA for c4941f1
.dockerignore
@@ -12,6 +12,11 @@ dmriprep.egg-info/**/*
12
dmriprep.egg-info
13
.eggs/**/*
14
.eggs
15
+.pytest_cache/**/*
16
+.pytest_cache
17
+.ipynb_checkpoints/**/*
18
+.ipynb_checkpoints
19
+
20
21
# housekeeping tools
22
.maintenance/**/*
@@ -27,6 +32,8 @@ src/
27
32
.gitignore
28
33
.git/**/*
29
34
.git
35
+.github/**/*
36
+.github
30
37
.mailmap
31
38
39
# other
@@ -41,7 +48,6 @@ out/
41
48
.codecov.yml
42
49
.coveragerc
43
50
.pep8speaks.yml
44
-.readthedocs.yml
45
51
.travis.yml
46
52
.zenodo.json
47
53
0 commit comments