view .hgignore @ 116:b7950fa699f7

More fixes for page includes: - Try in `/templates` first if the include URL is not absolute. - Fix problems with Jinja character conflicts by using their lexer. - Better pre-conditioning of include arguments in the formatter. - Optimize SQL queries a bit by deferring some properties. `manage update` can now update/re-cache a single page.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 18 Nov 2013 17:16:24 -0800
parents 13249e5ca51c
children f307d4cdc3fb
line wrap: on
line source

syntax:glob
venv
node_modules
build
*.pyc
*.pyo
*.sublime-*