From 9a2f77e26c15fa9192c3c986019969c2477e4172 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Mon, 27 Feb 2023 16:55:36 -0800 Subject: [PATCH] added gitignore file to help keep things clean --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3cfbba5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.taguette_gdocs* +exported_tags/ +taguette-working.sqlite3 +taguette_backups/ + -- 2.39.2