From 2b11289379b5ba3d6d67b88211df0862f4b92ebd Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 14 Feb 2024 11:37:36 +0100 Subject: chore: Update gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9689c2d..3e2e781 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Build artifacts result build/ +references/smu # Test data (can't figure out nested git repos) example-wiki/ @@ -8,3 +9,6 @@ example-wiki.git/ # Application output public_html/ + +# Personal notes. Can't be bothered to commit atomically. +thoughts.txt -- cgit v1.2.3