Skip to content

Commit 53c8f24

Browse files
committed
re-initialized dvc repo
1 parent c51afae commit 53c8f24

6 files changed

+21
-11
lines changed

.dvc/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/config.local
22
/tmp
33
/cache
4+
/tmp

.dvc/config

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[core]
2+
remote = gdrive3
3+
['remote "local"']
4+
url = ../../suite2p_data
5+
['remote "gdrive3"']
6+
url = gdrive://0ACw_QYaWTX7mUk9PVA
7+
gdrive_client_id = 81639168383-ardpa0rrsolgo9geqekdeef5k78n3hh2.apps.googleusercontent.com
8+
gdrive_client_secret = _2kMgM7BoFg27ID9zSNmdpy_
9+
gdrive_user_credentials_file = tmp/gdrive-user-credentials.json
10+
['remote "gdrive-travis"']
11+
url = gdrive://0ACw_QYaWTX7mUk9PVA
12+
gdrive_use_service_account = true
13+
gdrive_service_account_email = [email protected]
14+
gdrive_service_account_p12_file_path = .dvc/tmp/suite2p-testdata-dvc-b0d23791539c.p12
2.42 KB
Binary file not shown.

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ doctrees/
6565
Network Trash Folder
6666
Temporary Items
6767
.apdisk
68+
69+
# data
70+
data/test_data

data/.gitignore

-11
This file was deleted.

data/test_data.dvc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
outs:
2+
- md5: 0c10d58c9c14bddef4119be36332430f.dir
3+
path: test_data

0 commit comments

Comments
 (0)