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 <awly@tailscale.com>
main
Andrew Lytvynov 4 hours ago committed by GitHub
parent 8f8236feb3
commit d7d12761ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

3
.gitignore vendored

@ -52,3 +52,6 @@ client/web/build/assets
# Ignore personal IntelliJ settings
.idea/
# Ignore syncthing state directory.
/.stfolder

@ -0,0 +1 @@
.gitignore
Loading…
Cancel
Save