From 69153acfdb6539b515bcb13a262bd38b12f27e9f Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sat, 6 Apr 2024 15:05:41 +0200 Subject: [PATCH] Remove TODO.* from .gitignore It was added in 2018 (700f8c7e796), but I don't know for what purpose. It just took me 15 minutes to figure out why my new file todo.go wasn't added, so I'm removing this entry as I find it more harmful than helpful. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2053b9898..2fc9940dc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,6 @@ # Hidden .* -# TODO -TODO.* - # Notes *.notes