view .hgignore @ 488:a00750896316

themes: Improve CLI, add `deactivate` command. * `link` command renamed to `activate`. * `deactivate` command removes the active theme. * `info` command shows information about the active theme. Runs by default when doing `chef themes`.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 22 Jul 2015 21:32:54 -0700
parents 01f514e9e47a
children f07b7562328f
line wrap: on
line source

syntax: glob
*.pyc
*.egg-info
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