From d72440ead7be71bd025a6b893dcd546d6d5a43bb Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 14 Jan 2026 09:51:48 +0100 Subject: Ignore the todo/ directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are a bunch of files that I had from previous attempts (i.e. webapp mihi) that contained multiple things to insert into the database and such from different sources. Let's keep all of this into a single directory, but also ignore it. Signed-off-by: Miquel Sabaté Solà --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 56767f0..e0bcf68 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.sqlite3 tmp/ TODO +todo/ -- cgit v1.2.3