Browse Source

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 <[email protected]>
Andrew Lytvynov 1 month ago
parent
commit
d7d12761ba
2 changed files with 4 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 1 0
      .stignore

+ 3 - 0
.gitignore

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

+ 1 - 0
.stignore

@@ -0,0 +1 @@
+.gitignore