From 7602599cf238190d904ce460578f0afefbd787c8 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 29 Dec 2020 17:40:41 -0500 Subject: [PATCH] Add todo.md to the gitignore. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 801d9ba..5dff246 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ Cargo.lock # Javascript junk if you run the compliance tests sans docker js/node_modules js/package-lock.json + +# I symlink a todo file into this repo +todo.md