sync stignore as folder content, automate fork releases
custom release / build-custom-release (push) Successful in 10m9s

This commit is contained in:
2026-08-12 11:44:31 +02:00
parent 058bcd7334
commit 74d469b35e
14 changed files with 1128 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