Mercurial > wikked
annotate .hgignore @ 164:a4a64d6b66cb
Fixed various bugs:
- Encode in UTF-8 before doing URL-quoting.
- Don't depend on the Celery app if using synchronous updates.
- The config for synchronous updates is now in the `wikirc`.
- Ability to define ignored directories/files in the `wikirc`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 12 Jan 2014 00:24:24 -0800 |
parents | f307d4cdc3fb |
children | 964fd28e9b39 |
rev | line source |
---|---|
0 | 1 syntax:glob |
2 venv | |
101
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
3 node_modules |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
4 wikked/static |
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
5 dist |
101
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
6 build |
0 | 7 *.pyc |
8 *.pyo | |
101
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
9 *.sublime-* |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
10 MANIFEST |
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
11 Wikked.egg-info |
0 | 12 |