Mercurial > wikked
annotate .hgignore @ 101:13249e5ca51c
Big refactor for better database caching:
- Using SQL alchemy instead of raw SQLite.
- Better architecture and internal APIs.
- Fixed some issues where the database was not used correctly.
- Fixed some problems with querying pages.
Got rid of `Makefile`, now using `grunt`.
Now using a custom `Bootstrap` include file.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 05 Nov 2013 08:13:18 -0800 |
parents | c946f4facfa2 |
children | f307d4cdc3fb |
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 |
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
4 build |
0 | 5 *.pyc |
6 *.pyo | |
101
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
7 *.sublime-* |
0 | 8 |