diff options
author | pdp8 <pdp8@pdp8.info> | 2022-10-23 12:47:05 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-10-23 12:47:05 +0200 |
commit | b98aaec2424520ded66e1e94226169cc8bb87cd6 (patch) | |
tree | eeb3869401107b77ea2e2c46c9d2aec588d75f87 | |
parent | fc20c3055368e061f369a7098f85cb9722670a35 (diff) |
[DATALAD] new dataset
-rw-r--r-- | .datalad/.gitattributes | 3 | ||||
-rw-r--r-- | .datalad/config | 2 | ||||
-rw-r--r-- | .gitattributes | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.datalad/.gitattributes b/.datalad/.gitattributes new file mode 100644 index 0000000..59157cb --- /dev/null +++ b/.datalad/.gitattributes @@ -0,0 +1,3 @@ +config annex.largefiles=nothing +metadata/aggregate* annex.largefiles=nothing +metadata/objects/** annex.largefiles=(anything) diff --git a/.datalad/config b/.datalad/config new file mode 100644 index 0000000..bacd2ad --- /dev/null +++ b/.datalad/config @@ -0,0 +1,2 @@ +[datalad "dataset"] + id = 7af51fab-9fa5-42d2-8b05-876be9a4ee48 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..af926ef --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* annex.backend=MD5E +**/.git* annex.largefiles=nothing |