nanoc / features

Collection of feature requests
2 stars 1 forks source link

Simpler hidden-file handling #48

Open denisdefreyne opened 5 years ago

denisdefreyne commented 5 years ago

Nanoc currently has two ways of not handling hidden files:

It might be possibly to simplify this:

CC @moll

moll commented 5 years ago

I'm all for it! Saves having to list dot-files separately in data_sources:

data_sources:
  - type: filesystem
    encoding: utf-8
    extra_files:
      - "**/.htaccess"