Skip to content

Simpler hidden-file handling #48

Open
@denisdefreyne

Description

@denisdefreyne

Nanoc currently has two ways of not handling hidden files:

  • The data source excludes hidden files, unless they’re explicitly included in extra_files.
  • Glob patterns don’t match hidden files (because Nanoc does not use FNM_DOTMATCH).

It might be possibly to simplify this:

  • The data source includes all files (including hidden ones).
  • There is a ignore /**/.* rule in the Rules file by default.

CC @moll

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions