This symlink tells synchting to ignore stuff that's in .gitignore. Updates https://github.com/tailscale/corp/issues/36250 Signed-off-by: Andrew Lytvynov <[email protected]>
@@ -52,3 +52,6 @@ client/web/build/assets
# Ignore personal IntelliJ settings
.idea/
+
+# Ignore syncthing state directory.
+/.stfolder
@@ -0,0 +1 @@
+.gitignore