Mercurial > personas_backend
annotate .hgignore @ 140:e48318d2ff8a
Thumbnails now look better, although the internal architecture used to generate them on-the-fly is a bit questionable.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 03 Apr 2008 23:51:30 -0700 |
parents | 985339334890 |
children |
rev | line source |
---|---|
4 | 1 syntax: glob |
2 | |
3 *.pyc | |
4 temp_db | |
21
962c99a1375b
A few changes to get the site to run via fastcgi on my website.
Atul Varma <varmaa@toolness.com>
parents:
4
diff
changeset
|
5 *~ |
48
985339334890
Changed the dir into which uploaded headers/footers are placed and added them to .hgignore.
Atul Varma <varmaa@toolness.com>
parents:
21
diff
changeset
|
6 media/hosted-content/footers/* |
985339334890
Changed the dir into which uploaded headers/footers are placed and added them to .hgignore.
Atul Varma <varmaa@toolness.com>
parents:
21
diff
changeset
|
7 media/hosted-content/headers/* |
140
e48318d2ff8a
Thumbnails now look better, although the internal architecture used to generate them on-the-fly is a bit questionable.
Atul Varma <varmaa@toolness.com>
parents:
48
diff
changeset
|
8 media/thumbnails/* |