Mercurial > jouvence
annotate .hgignore @ 29:f5f29660fa6a
html: Add global method to get the CSS code.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 12 Jan 2017 09:18:20 -0800 |
parents | 9ec1fa08ce69 |
children | 9ae14e9615e6 |
rev | line source |
---|---|
0 | 1 syntax:glob |
2 __pycache__ | |
5
22f5f1374143
Add ignore patterns for Mercurial and PyTest.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
3 venv |
0 | 4 .cache |
11 | 5 .eggs |
9 | 6 .sass-cache |
7 *.css.map | |
0 | 8 *.pyc |
11 | 9 |
16 | 10 dist |
15
bbe4e41948aa
Remove version file from SCM.
Ludovic Chabant <ludovic@chabant.com>
parents:
11
diff
changeset
|
11 Jouvence.egg-info |
bbe4e41948aa
Remove version file from SCM.
Ludovic Chabant <ludovic@chabant.com>
parents:
11
diff
changeset
|
12 jouvence/version.py |