From 4211c2a7e489cdccf085da7825030ad769f30304 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 5 Jul 2020 14:21:31 -0700 Subject: [PATCH] Stop ignoring the .gitattributes file Both lmno-todo and nogit have now been reworked to not use .giattributes, (instead they now use .nogit/info/attributes), so we don't need to ignore this file anymore. --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 84291e9..3684be6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ TODO .nogit -.gitattributes node_modules game.html lmno-config.json -- 2.43.0