From d7d12761ba8c9fc029ef4fae5e5644eb6cdae2d7 Mon Sep 17 00:00:00 2001 From: Andrew Lytvynov Date: Tue, 27 Jan 2026 16:15:17 -0800 Subject: [PATCH] Add .stignore for syncthing (#18540) This symlink tells synchting to ignore stuff that's in .gitignore. Updates https://github.com/tailscale/corp/issues/36250 Signed-off-by: Andrew Lytvynov --- .gitignore | 3 +++ .stignore | 1 + 2 files changed, 4 insertions(+) create mode 120000 .stignore diff --git a/.gitignore b/.gitignore index 3941fd06e..4bfabc80f 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ client/web/build/assets # Ignore personal IntelliJ settings .idea/ + +# Ignore syncthing state directory. +/.stfolder diff --git a/.stignore b/.stignore new file mode 120000 index 000000000..3e4e48b0b --- /dev/null +++ b/.stignore @@ -0,0 +1 @@ +.gitignore \ No newline at end of file