lib/nanoc/base/source_data/site.rb in nanoc-3.4.0 vs lib/nanoc/base/source_data/site.rb in nanoc-3.4.1
- old
+ new
@@ -34,10 +34,11 @@
DEFAULT_CONFIG = {
:text_extensions => %w( css erb haml htm html js less markdown md php rb sass scss txt xhtml xml coffee hb handlebars mustache ms ).sort,
:output_dir => 'output',
:data_sources => [ {} ],
:index_filenames => [ 'index.html' ],
- :enable_output_diff => false
+ :enable_output_diff => false,
+ :prune => { :auto_prune => false, :exclude => [ '.git', '.hg', '.svn', 'CVS' ] }
}
# Creates a site object for the site specified by the given
# `dir_or_config_hash` argument.
#