hugofs: Add includeFiles and excludeFiles to mount configuration
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 16 Oct 2021 14:24:49 +0000 (16:24 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 20 Oct 2021 03:00:17 +0000 (05:00 +0200)
commit471ed91c60cd36645794925cb4892cc820eae626
treeb78ae6d931e7dd39ccd35a1ed3ff8440f9ef7900
parent94a5bac5b29bbba1ca4809752fe3fd04a58547b6
hugofs: Add includeFiles and excludeFiles to mount configuration

Fixes #9042
15 files changed:
create/content.go
docs/content/en/hugo-modules/configuration.md
hugofs/fileinfo.go
hugofs/filename_filter_fs.go [new file with mode: 0644]
hugofs/filename_filter_fs_test.go [new file with mode: 0644]
hugofs/glob/filename_filter.go [new file with mode: 0644]
hugofs/glob/filename_filter_test.go [new file with mode: 0644]
hugofs/glob/glob.go
hugofs/glob/glob_test.go
hugofs/rootmapping_fs.go
hugofs/rootmapping_fs_test.go
hugolib/filesystems/basefs.go
hugolib/mount_filters_test.go [new file with mode: 0644]
modules/config.go
source/sourceSpec.go