Mercurial > wikked
annotate .hgignore @ 141:957b269c6dfc
Don't run processes if we're using the command server.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 10 Dec 2013 13:47:37 -0800 |
parents | 13249e5ca51c |
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 |