From: Carl Worth Date: Sat, 4 Jul 2020 14:59:20 +0000 (-0700) Subject: Ignore the TODO file, its .nogit directory, and its .gitattributes file X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=a237dff071c812ef1bc4a11d96a591e21b9d8008 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. --- 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