view .hgignore @ 457:7d868afc6791

rendering: Truly skip formatters that are not enabled. This make `smartypants` work as expected.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 09 Jul 2015 21:23:01 -0700
parents 6b9f59b19db7
children 01f514e9e47a
line wrap: on
line source

syntax: glob
*.pyc
venv
tags
build/lib
util/messages/_cache
util/messages/_counter
dist
docs/_cache
docs/_counter
docs/bower_components
docs/node_modules
piecrust.egg-info
piecrust/__version__.py

docs