commit 5104042bcd8256b363e118de987c510190a4db4c parent 111d87814bcff39ed57582a1d5a8d8de78e26dc8 Author: William Casarin <jb55@jb55.com> Date: Fri, 4 Nov 2022 16:24:26 -0700 add todo Diffstat:
A | .envrc | | | 1 | + |
M | .gitignore | | | 1 | + |
A | TODO | | | 1 | + |
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.envrc b/.envrc @@ -0,0 +1 @@ +export TODO_FILE=$PWD/TODO diff --git a/.gitignore b/.gitignore @@ -1,3 +1,4 @@ +TODO.bak *.mp4 channels/index.html node_modules diff --git a/TODO b/TODO @@ -0,0 +1 @@ +video player needs to be outside the timeline, since re-rendering destroys it