Mercurial > wikked
annotate .hgignore @ 440:50938f53ce8c
Fix incorrect import.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 08 Jul 2017 19:59:36 -0700 |
parents | 3a61f45702cb |
children | 47690e0c55e6 |
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 |
195
964fd28e9b39
Added automatic versioning.
Ludovic Chabant <ludovic@chabant.com>
parents:
161
diff
changeset
|
5 wikked/__version__.py |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
6 dist |
101
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
7 build |
0 | 8 *.pyc |
9 *.pyo | |
101
13249e5ca51c
Big refactor for better database caching:
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
10 *.sublime-* |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
11 MANIFEST |
382
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
325
diff
changeset
|
12 .eggs/ |
161
f307d4cdc3fb
Setup Wikked Pypi package:
Ludovic Chabant <ludovic@chabant.com>
parents:
101
diff
changeset
|
13 Wikked.egg-info |
325 | 14 benchmarks/Benchmark.conf |
15 benchmarks/logs | |
16 benchmarks/logs-distributed | |
17 benchmarks/results | |
382
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
325
diff
changeset
|
18 docs/_cache |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
325
diff
changeset
|
19 docs/_counter |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
325
diff
changeset
|
20 docs/bower_components |
3a61f45702cb
docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
325
diff
changeset
|
21 docs/node_modules |
0 | 22 |