This commit is contained in:
2019-09-05 09:18:08 +02:00
parent d528b8447e
commit f752b35438
4 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
setup.cfg setup.cfg
*egg-info *egg-info
Pipfile.lock Pipfile.lock
dist/
build/

View File

@@ -14,12 +14,12 @@ Given a `timesheet.md` like so:
``` ```
# 5 Sep 2019 # 5 Sep 2019
## 9:15-9:16 ## 9:15-9:16, 9:20-9:25
Write spec, write client email. Write spec, write client email.
- wrote really basic spec - wrote really basic spec
- told client I'm starting the project - told client I'm starting the project
## 9:16-9:25 ## 9:25-9:29
Write tests Write tests
``` ```

Binary file not shown.

Binary file not shown.