view .hgignore @ 474:db73b12ad212

web: Give special pages a linkable URL. All special pages are now in the built-in `special` endpoint, at URLs like `special:/Broken Links`. This makes it possible to link to them from other pages, especially help pages.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Oct 2018 23:49:09 -0700
parents 47690e0c55e6
children
line wrap: on
line source

syntax:glob
.cache
venv
node_modules
wikked/static
wikked/__version__.py
dist
build
*.pyc
*.pyo
*.sublime-*
MANIFEST
.eggs/
Wikked.egg-info
benchmarks/Benchmark.conf
benchmarks/logs
benchmarks/logs-distributed
benchmarks/results
docs/_cache
docs/_counter
docs/bower_components
docs/node_modules