diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-26 20:08:50 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-26 20:08:50 -0500 |
| commit | a7e2eda6f36cb490a59f6c2670839ab1e52049fc (patch) | |
| tree | 3b3889927dbd4a0ec3ca607389cf2504b6ebe809 | |
| parent | 439effb54aa8631751a758cb65140800af7e6e63 (diff) | |
| download | emacs-wttrin-a7e2eda6f36cb490a59f6c2670839ab1e52049fc.tar.gz emacs-wttrin-a7e2eda6f36cb490a59f6c2670839ab1e52049fc.zip | |
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.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | .stignore | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |
