Remove TODO.* from .gitignore

It was added in 2018 (700f8c7e79), 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.
This commit is contained in:
Stefan Haller 2024-04-06 15:05:41 +02:00
parent b4fbfd20cb
commit 69153acfdb

3
.gitignore vendored
View file

@ -6,9 +6,6 @@
# Hidden # Hidden
.* .*
# TODO
TODO.*
# Notes # Notes
*.notes *.notes