apply stignore synchronization patch

This commit is contained in:
Syncthing .stignore Fork
2026-08-18 11:32:52 +02:00
parent 305162e0af
commit 3a7e58ac57
16 changed files with 1345 additions and 16 deletions
+2 -2
View File
@@ -295,8 +295,8 @@ func NewFilesystem(fsType FilesystemType, uri string, opts ...Option) Filesystem
}
// fs cannot import config or versioner, so we hard code .stfolder
// (config.DefaultMarkerName) and .stversions (versioner.DefaultPath)
var internals = []string{".stfolder", ".stignore", ".stversions"}
// (config.DefaultMarkerName) and .stversions (versioner.DefaultPath).
var internals = []string{".stfolder", ".stversions"}
// IsInternal returns true if the file, as a path relative to the folder
// root, represents an internal file that should always be ignored. The file