apply stignore synchronization patch
custom release / build-custom-release (push) Successful in 3m12s

This commit is contained in:
Syncthing .stignore Fork
2026-08-11 11:17:09 +00:00
parent 058bcd7334
commit d46d87fac0
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