Skip to content

Commit 00ca353

Browse files
authored
tak-2 done from ayanasamuel8/task-2
local remote dvc storage is added
2 parents 659a5e0 + 12df67f commit 00ca353

4 files changed

Lines changed: 12 additions & 1 deletion

File tree

.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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[core]
2+
remote = localstorage
3+
['remote "localstorage"']
4+
url = ~/dvc_storage

.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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ __pycache__/
33
.ipynb_checkpoints/
44
data/*
55
!data/.gitkeep
6-
*.dvc
6+
!.dvc
7+
!data/raw/raw_data.csv.dvc

0 commit comments

Comments
 (0)