From a237dff071c812ef1bc4a11d96a591e21b9d8008 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Sat, 4 Jul 2020 07:59:20 -0700
Subject: [PATCH] Ignore the TODO file, its .nogit directory, and its
 .gitattributes file

I'm going to experiment with a TODO file that is present in this
directory but tracked via a separate git repository.

If we ever end up wanting to add a TODO file here, (or a
.gitattributes file), then we can reconsider this implementation
approach at that point.
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 10a74da..ee4a0ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
+TODO
+.nogit
+.gitattributes
 deps/*.js
 .deploy-source
 react.js
-- 
2.45.2