Skip to content

Commit e3f8214

Browse files
committed
Add DVC configuration for data versioning
1 parent 066d40d commit e3f8214

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

.dvc/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/config.local
2+
/tmp
3+
/cache

.dvc/config

Whitespace-only changes.

.dvcignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add patterns of files dvc should ignore, which could improve
2+
# the performance. Learn more at
3+
# https://dvc.org/doc/user-guide/dvcignore

data/saraga1.5_carnatic.zip.dvc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
outs:
2+
- md5: a6e2a7c85ea569f3c984f6f9f3a12c15
3+
size: 1698617856
4+
hash: md5
5+
path: saraga1.5_carnatic.zip

0 commit comments

Comments
 (0)