Skip to content

Commit

Permalink
Add a readme for the data/ directory, but ignore its content (my data)
Browse files Browse the repository at this point in the history
  • Loading branch information
gully committed May 3, 2017
1 parent a7540f1 commit a310f99
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
curl_key.txt
curl_key_guest.txt
curl_key_guest.txt
data/
22 changes: 22 additions & 0 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
data
==

This is where your data goes. Don't forget to (manually) replicate my directory structure, or update the Python scripts accordingly. And replace my user name (gully) with yours.



```bash
$ tree -d gully/
gully/
├── exercise
│   ├── HR
│   ├── logs
│   └── tcx
├── intraday
│   ├── HR
│   ├── sleep
│   └── steps
└── weight
├── logs
└── ts
```

0 comments on commit a310f99

Please sign in to comment.