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 + .stignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 .stignore diff --git a/.gitignore b/.gitignore index 92e112f..6bc3206 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /todo.org /.ai/ +/.stignore diff --git a/.stignore b/.stignore deleted file mode 100644 index 6b8710a..0000000 --- a/.stignore +++ /dev/null @@ -1 +0,0 @@ -.git -- cgit v1.2.3