mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
@@ -102,11 +102,9 @@ func (f *Filesystem) captureFiles() error {
|
||||
})
|
||||
|
||||
return w.Walk()
|
||||
|
||||
}
|
||||
|
||||
func (f *Filesystem) shouldRead(filename string, fi hugofs.FileMetaInfo) (bool, error) {
|
||||
|
||||
ignore := f.SourceSpec.IgnoreFile(fi.Meta().Filename())
|
||||
|
||||
if fi.IsDir() {
|
||||
|
Reference in New Issue
Block a user