Mercurial > jouvence
annotate .hgignore @ 15:bbe4e41948aa
Remove version file from SCM.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 04 Jan 2017 09:14:30 -0800 |
parents | c6d28a830f68 |
children | 9ec1fa08ce69 |
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 |
15
bbe4e41948aa
Remove version file from SCM.
Ludovic Chabant <ludovic@chabant.com>
parents:
11
diff
changeset
|
10 Jouvence.egg-info |
bbe4e41948aa
Remove version file from SCM.
Ludovic Chabant <ludovic@chabant.com>
parents:
11
diff
changeset
|
11 jouvence/version.py |