From a7e2eda6f36cb490a59f6c2670839ab1e52049fc Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 26 Apr 2026 20:08:50 -0500 Subject: chore: untrack .stignore Stop tracking the Syncthing ignore file. It's local-machine config, not project content. Add it to .gitignore so the file stays put locally without showing up in git status. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 92e112f..6bc3206 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /todo.org /.ai/ +/.stignore -- cgit v1.2.3