From 4fc0e5dd69cbae412404df5bc1ae7a9d820a4698 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 5 Jul 2020 11:31:54 -0700 Subject: [PATCH] Stop ignoring .gitattributes We're implementing a cleaner approach for this where the nogit script will provide its own .gitattributes data as needed, (and the lmno-todo repository won't need to). --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee4a0ef..f6b5276 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ TODO .nogit -.gitattributes deps/*.js .deploy-source react.js -- 2.43.0