We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 659a5e0 + 12df67f commit 00ca353Copy full SHA for 00ca353
4 files changed
.dvc/.gitignore
@@ -0,0 +1,3 @@
1
+/config.local
2
+/tmp
3
+/cache
.dvc/config
@@ -0,0 +1,4 @@
+[core]
+ remote = localstorage
+['remote "localstorage"']
4
+ url = ~/dvc_storage
.dvcignore
+# Add patterns of files dvc should ignore, which could improve
+# the performance. Learn more at
+# https://dvc.org/doc/user-guide/dvcignore
.gitignore
@@ -3,4 +3,5 @@ __pycache__/
.ipynb_checkpoints/
data/*
5
!data/.gitkeep
6
-*.dvc
+!.dvc
7
+!data/raw/raw_data.csv.dvc
0 commit comments